TickBar

Rti

PB_OFFSET = 100000, is the offset added for each MNM field id

Implements: IMessage<TickBar>, IMessage, IEquatable<TickBar>, IDeepCloneable<TickBar>, IBufferMessage

Properties

AskVolume : ulong

PB_OFFSET + MNM_DATA_BAR_ASK_VOLUME

BidVolume : ulong

PB_OFFSET + MNM_DATA_BAR_BID_VOLUME

ClosePrice : double

PB_OFFSET + MNM_CLOSE_TRADE_PRICE

CustomSessionOpenSsm : int

PB_OFFSET + MNM_CUSTOM_SESSION_OPEN_SSM

DataBarSsboe : RepeatedField<int>

PB_OFFSET + MNM_DATA_BAR_SSBOE

DataBarUsecs : RepeatedField<int>

PB_OFFSTE + MNM_DATA_BAR_USECS

Exchange : string

PB_OFFSET + MNM_EXCHANGE

HasAskVolume : bool

Gets whether the "ask_volume" field is set

HasBidVolume : bool

Gets whether the "bid_volume" field is set

HasClosePrice : bool

Gets whether the "close_price" field is set

HasCustomSessionOpenSsm : bool

Gets whether the "custom_session_open_ssm" field is set

HasExchange : bool

Gets whether the "exchange" field is set

HasHighPrice : bool

Gets whether the "high_price" field is set

HasLowPrice : bool

Gets whether the "low_price" field is set

HasNumTrades : bool

Gets whether the "num_trades" field is set

HasOpenPrice : bool

Gets whether the "open_price" field is set

HasSubType : bool

Gets whether the "sub_type" field is set

HasSymbol : bool

Gets whether the "symbol" field is set

HasTemplateId : bool

Gets whether the "template_id" field is set

HasType : bool

Gets whether the "type" field is set

HasTypeSpecifier : bool

Gets whether the "type_specifier" field is set

HasVolume : bool

Gets whether the "volume" field is set

HighPrice : double

PB_OFFSET + MNM_HIGH_PRICE

LowPrice : double

PB_OFFSET + MNM_LOW_PRICE

NumTrades : ulong

PB_OFFSET + MNM_DATA_BAR_NUM_TRADES

OpenPrice : double

PB_OFFSET + MNM_OPEN_PRICE

SubType : BarSubType

PB_OFFSET + MNM_DATA_BAR_SUB_TYPE

Symbol : string

PB_OFFSET + MNM_SYMBOL

TemplateId : int

PB_OFFSET + MNM_TEMPLATE_ID

Type : BarType

PB_OFFSET + MNM_DATA_BAR_TYPE

TypeSpecifier : string

PB_OFFSET + MNM_CATEGORY_SPECIFIC_INFO

Volume : ulong

PB_OFFSET + MNM_DATA_BAR_TRADE_VOLUME

Methods

ClearAskVolume()

Clears the value of the "ask_volume" field

ClearBidVolume()

Clears the value of the "bid_volume" field

ClearClosePrice()

Clears the value of the "close_price" field

ClearCustomSessionOpenSsm()

Clears the value of the "custom_session_open_ssm" field

ClearExchange()

Clears the value of the "exchange" field

ClearHighPrice()

Clears the value of the "high_price" field

ClearLowPrice()

Clears the value of the "low_price" field

ClearNumTrades()

Clears the value of the "num_trades" field

ClearOpenPrice()

Clears the value of the "open_price" field

ClearSubType()

Clears the value of the "sub_type" field

ClearSymbol()

Clears the value of the "symbol" field

ClearTemplateId()

Clears the value of the "template_id" field

ClearType()

Clears the value of the "type" field

ClearTypeSpecifier()

Clears the value of the "type_specifier" field

ClearVolume()

Clears the value of the "volume" field

Fields

AskVolumeFieldNumber : int

Field number for the "ask_volume" field.

BidVolumeFieldNumber : int

Field number for the "bid_volume" field.

ClosePriceFieldNumber : int

Field number for the "close_price" field.

CustomSessionOpenSsmFieldNumber : int

Field number for the "custom_session_open_ssm" field.

DataBarSsboeFieldNumber : int

Field number for the "data_bar_ssboe" field.

DataBarUsecsFieldNumber : int

Field number for the "data_bar_usecs" field.

ExchangeFieldNumber : int

Field number for the "exchange" field.

HighPriceFieldNumber : int

Field number for the "high_price" field.

LowPriceFieldNumber : int

Field number for the "low_price" field.

NumTradesFieldNumber : int

Field number for the "num_trades" field.

OpenPriceFieldNumber : int

Field number for the "open_price" field.

SubTypeFieldNumber : int

Field number for the "sub_type" field.

SymbolFieldNumber : int

Field number for the "symbol" field.

TemplateIdFieldNumber : int

Field number for the "template_id" field.

TypeFieldNumber : int

Field number for the "type" field.

TypeSpecifierFieldNumber : int

Field number for the "type_specifier" field.

VolumeFieldNumber : int

Field number for the "volume" field.