File: WebAPI/order_2.proto
Specifies an account and what orders to use in the account.
Type: sint32
Description: ID of the order’s account.
Source: trading_account_2.Account.account_id.
Type: bool
Default: true
Description: Specifies either all orders in the account or just orders in the account associated with the trader sending the request.
Type: bool
Default: false
Description: Specifies whether only suspended orders or all not suspended orders in the account associated with the trader sending the request.
Type: uint32
Description: Specifies whether only BUY orders or only SELL orders. This field is associated with Order.Side enum type.
Type: uint32
Description: Use only orders of specified contract.
Source: metadata_2.ContractMetadata.contract_id.
Type: bool
Default: false
Description: Specifies whether only order(s) expiring during the current/nearest session should be considered.