File: WebAPI/strategy_2.proto
Synthetic strategy order’s outright properties.
Type: StrategyTradingParameters
Description: Synthetic strategy trading parameters.
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.
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).
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.
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.