Skip to main content

OrderMassStatusRequest (35=AF)

Returns the details of all open orders for a specific market or the account.

Rate limit weight points: 25

Structure

Requires:

Message body

Required column values:

  • Y = Required
  • N = Not required
  • C = Conditionally required (depends on another parameter)
TagNameTypeRequiredDescription
584MassStatusReqIDIntYYour unique identifier of the mass status request.
1AccountStringNThe unique identifier of the account.
If not specified, the SenderCompID is used.
585MassStatusReqTypeCharYIndicates whether to get details for all orders in the market or the account.
Can be:
  • 1: Status for all orders in the specified market
  • 7: Status for all orders in the specified account
55SymbolStringCThe market in which the orders were created, for example BTC-EUR.
Required if MassStatusReqType = 1, otherwise ignored if specified.
info

Sending an OrderMassStatusRequest when there are no open orders will return an ExecutionReport with OrdStatus = U (Unknown) .

See also