Message: SyntheticScratch

File: WebAPI/strategy_2.proto

Description

Request to resolve previously reported hung quantity on a synthetic strategy order by:

1.  placing LMT orders to offset filled leg position(s) at their fill price(s) and (simultaneously)

2.  cancelling the hung quantity.

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

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