FixSecurityLegsRequest

StockSharp.Fix.Native

Daten aus SecurityLegsRequest FIX Nachricht.

Implementiert: IEquatable<FixSecurityLegsRequest>

Konstruktoren

FixSecurityLegsRequest
public FixSecurityLegsRequest(FixId MdReqId, string Symbol)
fixSecurityLegsRequest = FixSecurityLegsRequest(MdReqId, Symbol)

Daten aus SecurityLegsRequest FIX Nachricht.

MdReqId
Kennung des Marktdatenanforderungscodes.
Symbol
Symbol für Finanzinstrumente für Legs Lookup.

Eigenschaften

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

Kennung des Marktdatenanforderungscodes.

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

Symbol für Finanzinstrumente für Legs Lookup.