Message: SyntheticStrategyProperties

File: WebAPI/strategy_2.proto

Description

Synthetic strategy order’s outright properties.

Used in

OrderStatus

Fields

strategy_trading_parameters

Type: StrategyTradingParameters

Description: Synthetic strategy trading parameters.

origin_order_id

Type: string

Description: Parent synthetic order ID that led to this order’s (automatic) placement; allows client to show the link to user.

Note: This is the original synthetic order’s ID (OrderStatus.order_id), not affected by any modifications.

root_order_id

Type: string

Description: ID of the originally placed by trader root synthetic strategy order (The same as origin_order_id for the root immediate legs).

origin_node_number

Type: sint32

Description: Node number of the synthetic order (specified by origin_order_id); allows client to associate the order which the message belongs to with a particular node of the parent synthetic strategy (either a leg or a nested strategy). This is either LegDefinition.node_number or StrategyDefinition.node_number value.

released

Type: bool

Description: When released is set to true, it indicates that the synthetic strategy leg has been released for manual control. I.e. it is no longer linked to the synthetic strategy order.