Message: ContinuationSegment

File: WebAPI/historical_2.proto

Description

Continuation segment.

Used in

ConstantVolumeBar, PointAndFigureBar, RangeBar, RenkoBar, TickBar, TimeBar

Fields

short_contract_symbol

Type: string

Description: Short contract symbol in CQG dialect.

contract_id

Type: uint32

Description: Contract ID.

Note: If an unknown ID is received, the contract metadata can be obtained via metadata_2.ContractMetadataRequest.

Source: metadata_2.ContractMetadata.contract_id.

contract_symbol

Type: string

Description: Full contract symbol in CQG dialect.

Source: metadata_2.ContractMetadata.contract_symbol.

dialect_contract_symbol

Type: string

Description: Full contract symbol in the dialect.

Can be empty string. E.g., if user_session_2.Logon.dialect_id is “0” (which means default, CQG dialect) or no available dialect metadata. Use ‘contract_symbol’ in this case.