TickBar
PB_OFFSET = 100000, is the offset added for each MNM field id
Implementa: IMessage<TickBar>, IMessage, IEquatable<TickBar>, IDeepCloneable<TickBar>, IBufferMessage
Propriedades
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
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
HasTemplateId : bool
Gets whether the "template_id" field is set
HasTypeSpecifier : bool
Gets whether the "type_specifier" field is set
SubType : BarSubType
PB_OFFSET + MNM_DATA_BAR_SUB_TYPE
TemplateId : int
PB_OFFSET + MNM_TEMPLATE_ID
Type : BarType
PB_OFFSET + MNM_DATA_BAR_TYPE
TypeSpecifier : string
PB_OFFSET + MNM_CATEGORY_SPECIFIC_INFO
Métodos
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
Campos
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.