Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Operation

cancelOrders
CancelExecutionReport cancelOrders ( StringmarketId,List< CancelInstruction >instructions,StringcustomerRef ) throws APINGException

Cancel all bets OR cancel all bets on a market OR fully or partially cancel particular orders on a market. Only LIMIT orders an be cancelled or partially cancelled once placed.

Parameter name

Type

Required

Description

marketId

String

If not supplied all bets are cancelled

instructions

List< CancelInstruction >

All instructions need to be on the same market. If not supplied all bets on the market (if market id is passed) are fully cancelled

customerRef

String

Optional parameter allowing the client to pass a unique string (upto 32 chars) that is used to de-dupe mistaken re-submitions.

Return type

Description

CancelExecutionReport

Throws

Description

APINGException

Generic exception that is thrown if this operation fails for any reason.

Since 1.0.0

  • No labels