Message: SideAllocation

File: WebAPI/order_2.proto

Description

Side allocation of the cross order.

Used in

ApproveOrder, CrossOrderParameters

Fields

side_id

Type: sint64

Description: Identifier of the side allocation record, this field is generated by server. Client should set this field to modify/approve existing side allocation.

account_id

Type: sint32

Description: Either this or external_account field must be specified.

Source: trading_account_2.Account.account_id.

external_account

Type: ExternalAccount

Description: Either this or account_id field must be specified.

qty

Type: cqg.Decimal

Description: Allocation size is only used for some particular scenarios (like strategies on options for Euronext), in regular scenarios the attribute is omitted.

side

Type: uint32

Description: Allocation side. This field is associated with Order.Side enum type.

Required: yes.

extra_attributes

Type: shared_1.NamedValue

Description: List of side allocation extra attributes.