Operation
placeOrders
PlaceExecutionReport
placeOrders
(
StringmarketId
,
List<
PlaceInstruction
>instructions
,StringcustomerRef
)
throws
APINGException
Place new orders into market. LIMIT orders below the minimum bet size are allowed if there is an unmatched bet at the same price in the market. This operation is atomic in that all orders will be placed or none will be placed.
Parameter name |
Type |
Required |
Description |
---|---|---|---|
marketId |
String |
|
The market id these orders are to be placed on |
instructions |
List< PlaceInstruction > |
|
|
customerRef |
String |
Optional parameter allowing the client to pass a unique string (up to 32 chars) that is used to de-dupe mistaken re-submissions. |
Return type |
Description |
---|---|
|
Throws |
Description |
---|---|
Generic exception that is thrown if this operation fails for any reason. |
Since 1.0.0