File: WebAPI/strategy_2.proto
Modify an order to get an immediate fill (on either the entire order or previously reported hanging quantity on a synthetic strategy order).
Type: sint32
Description: ID of an account that is used to place an order.
Source: trading_account_2.Account.account_id, order_2.OrderStatus.account_id, order_2.Order.account_id.
Type: string
Description: Order ID assigned by the server after the last modification.
Source: latest order_2.OrderStatus.order_id received via a TradeSubscription with the order scope in the connection.
Type: sint32
Description: ID of the hang from the SyntheticHang message.
Source: SyntheticHang.hang_id from TransactionStatus.
Required: yes, for a synthetic strategy order.
Type: sint64
Description: Note: Use when_utc_timestamp field instead.
Type: google.protobuf.Timestamp
Description: Client side time when a request was submitted (UTC). If specified it’s used instead of when_utc_time field (at least one of these fields must be specified).