FixSecurityLegsRequest
StockSharp.Fix.Native
Dados de SecurityLegsRequest FIX message.
Implementa: IEquatable<FixSecurityLegsRequest>
Construtores
FixSecurityLegsRequest
public FixSecurityLegsRequest(FixId MdReqId, string Symbol)
fixSecurityLegsRequest = FixSecurityLegsRequest(MdReqId, Symbol)
Dados de SecurityLegsRequest FIX message.
- MdReqId
- Identificador de pedido de dados do mercado.
- Symbol
- instrumento financeiro símbolo para a procura pernas.
Propriedades
MdReqId
public FixId MdReqId { get; set; }
value = fixSecurityLegsRequest.MdReqId
fixSecurityLegsRequest.MdReqId = value
Identificador de pedido de dados do mercado.
Symbol
public string Symbol { get; set; }
value = fixSecurityLegsRequest.Symbol
fixSecurityLegsRequest.Symbol = value
instrumento financeiro símbolo para a procura pernas.