Message: CancelAllOrders

File: WebAPI/order_2.proto

Description

Cancel all orders request.

Response: OrderRequestAck.

Used in

OrderRequest

Fields

when_utc_time (deprecated)

Type: sint64

Description: Note: Use when_utc_timestamp field instead.

when_utc_timestamp

Type: google.protobuf.Timestamp

Description: Client side time when a modify request was submitted (UTC). If specified it’s used instead of when_utc_time field (at least one of these fields must be specified).

cl_order_id

Type: string

Description: Client order ID of this cancel request.

account_order_filters

Type: AccountOrderFilter

Description: Specifies an account and what orders to cancel in the account. All orders that meet the criteria (account, mine, suspended etc.) will be canceled. At least one AccountOrderFilter should be present.