File: WebAPI/order_2.proto
Entitlements for the order. For future compatibility unknown order types/durations/execution instructions should be ignored.
Type: uint32
Description: Order type. This field is associated with Order.OrderType enum type.
Type: bool
Description: Value indicating whether order_type may be executed synthetically by CQG. E.g. if is_synthetic is true and order_type is MKT, it means that there will be synthetic processing of Market order by CQG before the order is sent to the exchange, where Market order is not natively supported. This is an informational field. The Client cannot specify this field in an order.
Type: uint32
Description: Order duration. This field is associated with Order.Duration enum type.
Type: uint32
Description: Order execution instruction. This field is associated with Order.ExecInstruction enum type.
Type: bool
Description: Whether the algo strategy is required to be set for the order.
Type: string
Description: List of algo strategies enabled for the order (abbreviations).