Message: BalanceItem

File: WebAPI/otc_1.proto

Description

Balance item details.

Used in

BalanceItemsLinksResult, HedgeBookDetailsReport

Fields

item_key

Type: BalanceItemKey

Description: Unique identifier for each BalanceItem

deleted

Type: bool

Description: Deleted flag is used in updates when the entity is removed. Only the chain_order_id will be provided in this case.

utc_timestamp

Type: google.protobuf.Timestamp

Description: Time when order placed or balance offset initiated.

units

Type: cqg.Decimal

Description: Total order size in units.

open_units

Type: cqg.Decimal

Description: Quantity open for further execution in units.

units_name

Type: shared_1.Text

Description: Name of units for the order size values in this message

username

Type: string

Description: Trader name initiated balance offset. Used for BALANCE_OFFSET and if specified in OffsetHedgeBalanceRequest.

comment

Type: string

Description: User comment with information related to balance offset. Used for BALANCE_OFFSET and if specified in OffsetHedgeBalanceRequest.

contract_id

Type: uint32

Description: Server side contract ID.

Source: metadata_2.ContractMetadata.contract_id.