File: WebAPI/order_2.proto
Compound order structure.
CompoundOrderStructureEntry, OrderStatus
Type: uint32
Description: This field is associated with CompoundOrder.Type enum type. Type of the compound order.
Type: string
Description: ID of the compound order assigned by client.
Type: CompoundOrderStructureEntry
Description: List of entries.
Type: sint32
Description: Offset in ticks from fill price. The new order price will be calculated as (fill price + offset) for buy master orders and (fill price - offset) for sell master orders.
Type: sint32
Description: Offset in ticks from fill price. The new order price will be calculated as (fill price - offset) for buy master orders and (fill price + offset) for sell master orders.
Type: sint32
Description: Offset in ticks from loss_offset for stop limit orders. The offset determines the limit price for the order the stop limit becomes when the stop price is hit.