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

« Previous Version 11 Current »

Operation

updateOrders

UpdateExecutionReport updateOrders#updateOrders ( StringmarketId , List< UpdateInstruction >instructions ,StringcustomerRef ) throws APINGException

Update non-exposure changing fields

Parameter name

Type

Required

Description

marketId

String

(tick)

The market id these orders are to be placed on

instructions

List< UpdateInstruction >

(tick)

The number of update instructions.  The limit of update instructions per request is 60

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

UpdateExecutionReport

 

Throws

Description

APINGException

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

Since 1.0.0

  • No labels