FixSecurityLegsInfo

StockSharp.Fix.Native

電子メール:SecurityLegsInfoFIX.com

実装: IEquatable<FixSecurityLegsInfo>

コンストラクター

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

電子メール:SecurityLegsInfoFIX.com

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

識別子をリクエストする。