FixSecurityLegsRequest

StockSharp.Fix.Native

Data from SecurityLegsRequest FIX message.

Implements: IEquatable<FixSecurityLegsRequest>

Constructors

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

Data from SecurityLegsRequest FIX message.

MdReqId
Market data request identifier.
Symbol
Security symbol for legs lookup.

Properties

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

Market data request identifier.

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

Security symbol for legs lookup.