FixSecurityMapping

StockSharp.Fix.Native

Data from SecurityMapping FIX message.

Implements: IEquatable<FixSecurityMapping>

Constructors

FixSecurityMapping
public FixSecurityMapping(string IdSource, string Symbol, string SecExchange, string AltId, string AltIdSource, char? Action, FixId MdReqId)
fixSecurityMapping = FixSecurityMapping(IdSource, Symbol, SecExchange, AltId, AltIdSource, Action, MdReqId)

Data from SecurityMapping FIX message.

IdSource
Primary identifier source.
Symbol
Security symbol.
SecExchange
Security exchange code.
AltId
Alternative identifier value.
AltIdSource
Alternative identifier source.
Action
Mapping action (A=Add, D=Delete).
MdReqId
Market data request identifier.

Properties

Action
public char? Action { get; set; }
value = fixSecurityMapping.Action
fixSecurityMapping.Action = value

Mapping action (A=Add, D=Delete).

AltId
public string AltId { get; set; }
value = fixSecurityMapping.AltId
fixSecurityMapping.AltId = value

Alternative identifier value.

AltIdSource
public string AltIdSource { get; set; }
value = fixSecurityMapping.AltIdSource
fixSecurityMapping.AltIdSource = value

Alternative identifier source.

IdSource
public string IdSource { get; set; }
value = fixSecurityMapping.IdSource
fixSecurityMapping.IdSource = value

Primary identifier source.

MdReqId
public FixId MdReqId { get; set; }
value = fixSecurityMapping.MdReqId
fixSecurityMapping.MdReqId = value

Market data request identifier.

SecExchange
public string SecExchange { get; set; }
value = fixSecurityMapping.SecExchange
fixSecurityMapping.SecExchange = value

Security exchange code.

Symbol
public string Symbol { get; set; }
value = fixSecurityMapping.Symbol
fixSecurityMapping.Symbol = value

Security symbol.