FixSecurityLegsInfo
StockSharp.Fix.Native
Data for SecurityLegsInfo FIX message.
实现: IEquatable<FixSecurityLegsInfo>
构造函数
FixSecurityLegsInfo
public FixSecurityLegsInfo(string MdReqId, IDictionary<SecurityId, IEnumerable<SecurityId>> Legs)
fixSecurityLegsInfo = FixSecurityLegsInfo(MdReqId, Legs)
Data for SecurityLegsInfo FIX message.
- MdReqId
- 请求识别符。
- Legs
- 金融工具与腿部映射词典.
属性
Legs
public IDictionary<SecurityId, IEnumerable<SecurityId>> Legs { get; set; }
value = fixSecurityLegsInfo.Legs
fixSecurityLegsInfo.Legs = value
金融工具与腿部映射词典.
MdReqId
public string MdReqId { get; set; }
value = fixSecurityLegsInfo.MdReqId
fixSecurityLegsInfo.MdReqId = value
请求识别符。