Message: GoMarket

File: WebAPI/strategy_2.proto

Description

Modify an order to get an immediate fill (on either the entire order or previously reported hanging quantity on a synthetic strategy order).

Used in

OrderRequest

Fields

account_id

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.

order_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.

hang_id

Type: sint32

Description: ID of the hang from the SyntheticHang message.

Source: SyntheticHang.hang_id from TransactionStatus.

Required: yes, for a synthetic strategy order.

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 request was submitted (UTC). If specified it’s used instead of when_utc_time field (at least one of these fields must be specified).