WsSecurity
StockSharp.Ws
Wire DTO for SecurityMessage — server→client (lookup responses, reference-data snapshots). Historical wire form is flat: SecurityId is split into top-level code/board (not nested like in other messages), and every native-id alias is a sibling property.
属性
BasketCode : string
Wire field basketCode.
BasketExpression : string
Wire field basketExpression.
BinaryOptionType : string
Wire field binaryOptionType.
InteractiveBrokers : int?
Wire field ib.
Multiplier : decimal?
Wire field multiplier.
OptionStyle : string
Wire field optionStyle.
OptionType : string
Wire field optionType.
OriginalTransactionId : long?
Wire field originalTransactionId.
PrimaryBoard : string
Wire field primaryBoard.
PrimaryCode : string
Wire field primaryCode.
Settlement : string
Wire field settlement.
SettlementType : string
Wire field settlementType.
UnderlyingBoard : string
Wire field underlyingBoard.
UnderlyingId : string
Wire field underlyingId.
UnderlyingMinVolume : decimal?
Wire field underlyingMinVolume.
UnderlyingType : string
Wire field underlyingType.
VolumeStep : decimal?
Wire field volumeStep.
方法
From(SecurityMessage) : WsSecurity
From.
ToMessage() : SecurityMessage
ToMessage.