FixDataTypeLookup
StockSharp.Fix.Native
Data from DataTypeLookup FIX message.
Implements: IEquatable<FixDataTypeLookup>
Constructors
FixDataTypeLookup
public FixDataTypeLookup(FixId MdReqId, string Symbol, string Exchange, char? MdEntryType, string MdEntryArg, int? Format, bool IncludeDates)
fixDataTypeLookup = FixDataTypeLookup(MdReqId, Symbol, Exchange, MdEntryType, MdEntryArg, Format, IncludeDates)
Data from DataTypeLookup FIX message.
- MdReqId
- Market data request identifier.
- Symbol
- Security symbol.
- Exchange
- Exchange code.
- MdEntryType
- Market data entry type (0=Bid, 1=Offer, 2=Trade, etc.).
- MdEntryArg
- Additional market data argument.
- Format
- Data format identifier.
- IncludeDates
- Whether to include available date ranges.
Properties
Exchange
public string Exchange { get; set; }
value = fixDataTypeLookup.Exchange
fixDataTypeLookup.Exchange = value
Exchange code.
Format
public int? Format { get; set; }
value = fixDataTypeLookup.Format
fixDataTypeLookup.Format = value
Data format identifier.
IncludeDates
public bool IncludeDates { get; set; }
value = fixDataTypeLookup.IncludeDates
fixDataTypeLookup.IncludeDates = value
Whether to include available date ranges.
MdEntryArg
public string MdEntryArg { get; set; }
value = fixDataTypeLookup.MdEntryArg
fixDataTypeLookup.MdEntryArg = value
Additional market data argument.
MdEntryType
public char? MdEntryType { get; set; }
value = fixDataTypeLookup.MdEntryType
fixDataTypeLookup.MdEntryType = value
Market data entry type (0=Bid, 1=Offer, 2=Trade, etc.).
MdReqId
public FixId MdReqId { get; set; }
value = fixDataTypeLookup.MdReqId
fixDataTypeLookup.MdReqId = value
Market data request identifier.
Symbol
public string Symbol { get; set; }
value = fixDataTypeLookup.Symbol
fixDataTypeLookup.Symbol = value
Security symbol.