RequestSearchSymbols
PB_OFFSET = 100000, is the offset added for each MNM field id
Implementiert: IMessage<RequestSearchSymbols>, IMessage, IEquatable<RequestSearchSymbols>, IDeepCloneable<RequestSearchSymbols>, IBufferMessage
Eigenschaften
HasExchange : bool
Gets whether the "exchange" field is set
HasInstrumentType : bool
Gets whether the "instrument_type" field is set
HasPattern : bool
Gets whether the "pattern" field is set
HasProductCode : bool
Gets whether the "product_code" field is set
HasSearchText : bool
Gets whether the "search_text" field is set
HasTemplateId : bool
Gets whether the "template_id" field is set
InstrumentType : InstrumentType
PB_OFFSET + MNM_INSTRUMENT_TYPE
Pattern : Pattern
PB_OFFSET + MNM_SEARCH_PATTERN
ProductCode : string
PB_OFFSET + MNM_PRODUCT_CODE
SearchText : string
PB_OFFSET + MNM_TEXT
TemplateId : int
PB_OFFSET + MNM_TEMPLATE_ID
Methoden
ClearExchange()
Clears the value of the "exchange" field
ClearInstrumentType()
Clears the value of the "instrument_type" field
ClearPattern()
Clears the value of the "pattern" field
ClearProductCode()
Clears the value of the "product_code" field
ClearSearchText()
Clears the value of the "search_text" field
ClearTemplateId()
Clears the value of the "template_id" field
Felder
ExchangeFieldNumber : int
Field number for the "exchange" field.
InstrumentTypeFieldNumber : int
Field number for the "instrument_type" field.
PatternFieldNumber : int
Field number for the "pattern" field.
ProductCodeFieldNumber : int
Field number for the "product_code" field.
SearchTextFieldNumber : int
Field number for the "search_text" field.
TemplateIdFieldNumber : int
Field number for the "template_id" field.
UserMsgFieldNumber : int
Field number for the "user_msg" field.