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 7 Next »

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)

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