FixSecurityLegsRequest

StockSharp.Fix.Native

数据取自SecurityLegsRequest FIX消息.

实现: IEquatable<FixSecurityLegsRequest>

构造函数

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

数据取自SecurityLegsRequest FIX消息.

MdReqId
市场数据请求标识符.
Symbol
用于腿部检查的金融工具符号。

属性

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

市场数据请求标识符.

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

用于腿部检查的金融工具符号。