File: WebAPI/order_2.proto
Cancel all orders request.
Response: OrderRequestAck.
Type: sint64
Description: Note: Use when_utc_timestamp field instead.
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).
Type: string
Description: Client order ID of this cancel request.
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.