FixSecurityMapping
StockSharp.Fix.Native
Datos de SecurityMapping Mensaje FIX.
Implementa: IEquatable<FixSecurityMapping>
Constructores
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)
Datos de SecurityMapping Mensaje FIX.
- IdSource
- Fuente de identificador primario.
- Symbol
- símbolo de instrumento financiero.
- SecExchange
- código de intercambio de instrumentos financieros.
- AltId
- Valor de identificador alternativo.
- AltIdSource
- Fuente de identificador alternativo.
- Action
- Acción de mapping (A=Add, D=Delete).
- MdReqId
- Identificador de solicitud de datos de mercado.
Propiedades
Action
public char? Action { get; set; }
value = fixSecurityMapping.Action
fixSecurityMapping.Action = value
Acción de mapping (A=Add, D=Delete).
AltId
public string AltId { get; set; }
value = fixSecurityMapping.AltId
fixSecurityMapping.AltId = value
Valor de identificador alternativo.
AltIdSource
public string AltIdSource { get; set; }
value = fixSecurityMapping.AltIdSource
fixSecurityMapping.AltIdSource = value
Fuente de identificador alternativo.
IdSource
public string IdSource { get; set; }
value = fixSecurityMapping.IdSource
fixSecurityMapping.IdSource = value
Fuente de identificador primario.
MdReqId
public FixId MdReqId { get; set; }
value = fixSecurityMapping.MdReqId
fixSecurityMapping.MdReqId = value
Identificador de solicitud de datos de mercado.
SecExchange
public string SecExchange { get; set; }
value = fixSecurityMapping.SecExchange
fixSecurityMapping.SecExchange = value
código de intercambio de instrumentos financieros.
Symbol
public string Symbol { get; set; }
value = fixSecurityMapping.Symbol
fixSecurityMapping.Symbol = value
símbolo de instrumento financiero.