FixSecurityLegsInfo

StockSharp.Fix.Native

Data for SecurityLegsInfo FIX message.

Implements: IEquatable<FixSecurityLegsInfo>

Constructors

FixSecurityLegsInfo
public FixSecurityLegsInfo(string MdReqId, IDictionary<SecurityId, IEnumerable<SecurityId>> Legs)
fixSecurityLegsInfo = FixSecurityLegsInfo(MdReqId, Legs)

Data for SecurityLegsInfo FIX message.

MdReqId
Request identifier.
Legs
Dictionary of security to its legs mapping.

Properties

Legs
public IDictionary<SecurityId, IEnumerable<SecurityId>> Legs { get; set; }
value = fixSecurityLegsInfo.Legs
fixSecurityLegsInfo.Legs = value

Dictionary of security to its legs mapping.

MdReqId
public string MdReqId { get; set; }
value = fixSecurityLegsInfo.MdReqId
fixSecurityLegsInfo.MdReqId = value

Request identifier.