FixSecurityLegsInfo
StockSharp.Fix.Native
Daten für SecurityLegsInfoFIX Nachricht.
Implementiert: IEquatable<FixSecurityLegsInfo>
Konstruktoren
FixSecurityLegsInfo
public FixSecurityLegsInfo(string MdReqId, IDictionary<SecurityId, IEnumerable<SecurityId>> Legs)
fixSecurityLegsInfo = FixSecurityLegsInfo(MdReqId, Legs)
Daten für SecurityLegsInfoFIX Nachricht.
- MdReqId
- Anfragekennung.
- Legs
- Wörterbuch der Zuordnung von Finanzinstrumenten zu ihren Beinen.
Eigenschaften
Legs
public IDictionary<SecurityId, IEnumerable<SecurityId>> Legs { get; set; }
value = fixSecurityLegsInfo.Legs
fixSecurityLegsInfo.Legs = value
Wörterbuch der Zuordnung von Finanzinstrumenten zu ihren Beinen.
MdReqId
public string MdReqId { get; set; }
value = fixSecurityLegsInfo.MdReqId
fixSecurityLegsInfo.MdReqId = value
Anfragekennung.