FixSecurityMapping

StockSharp.Fix.Native

Data from SecurityMapping FIX message.

Implementa: IEquatable<FixSecurityMapping>

Construtores

FixSecurityMapping(string, string, string, string, string, char?, FixId)

Data from SecurityMapping FIX message.

IdSource
Primary identifier source.
Symbol
Security symbol.
SecExchange
Security exchange code.
AltId
Alternative identifier value.
AltIdSource
Alternative identifier source.
Action
Mapping action (A=Add, D=Delete).
MdReqId
Market data request identifier.

Propriedades

Action : char?

Mapping action (A=Add, D=Delete).

AltId : string

Alternative identifier value.

AltIdSource : string

Alternative identifier source.

IdSource : string

Primary identifier source.

MdReqId : FixId

Market data request identifier.

SecExchange : string

Security exchange code.

Symbol : string

Security symbol.