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)
| Tag | Name | Type | Required | Description |
|---|---|---|---|---|
584 | MassStatusReqID | Int | Y | Your unique identifier of the mass status request. |
1 | Account | String | N | The unique identifier of the account. If not specified, the |
585 | MassStatusReqType | Char | Y | Indicates whether to get details for all orders in the market or the account. Can be:
|
55 | Symbol | String | C | The 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) .