WsSecurity

StockSharp.Ws

Wire DTO für SecurityMessage - Server → Client (Antworten auf die Referenzdaten, Snapshots auf die Daten). Historisches Drahtformular ist flach: SecurityId ist in Code/Board der obersten Ebene aufgeteilt (nicht wie in anderen Nachrichten verschachtelt), und jeder native-id-Alias ist eine Geschwistereigenschaft.

Eigenschaften

BasketCode
public string BasketCode { get; set; }
value = wsSecurity.BasketCode
wsSecurity.BasketCode = value

Wire Feld basketCode.

BasketExpression
public string BasketExpression { get; set; }
value = wsSecurity.BasketExpression
wsSecurity.BasketExpression = value

Wire Feld basketExpression.

BinaryOptionType
public string BinaryOptionType { get; set; }
value = wsSecurity.BinaryOptionType
wsSecurity.BinaryOptionType = value

Wire Feld binaryOptionType.

Bloomberg
public string Bloomberg { get; set; }
value = wsSecurity.Bloomberg
wsSecurity.Bloomberg = value

Drahtfeldblütenberg.

Board
public string Board { get; set; }
value = wsSecurity.Board
wsSecurity.Board = value

Drahtfeldplatine.

CfiCode
public string CfiCode { get; set; }
value = wsSecurity.CfiCode
wsSecurity.CfiCode = value

Wire Feld cfiCode.

Code
public string Code { get; set; }
value = wsSecurity.Code
wsSecurity.Code = value

Drahtfeldcode.

Currency
public string Currency { get; set; }
value = wsSecurity.Currency
wsSecurity.Currency = value

Währung des Drahtfelds.

Cusip
public string Cusip { get; set; }
value = wsSecurity.Cusip
wsSecurity.Cusip = value

Drahtfeld-Cusip.

Decimals
public int? Decimals { get; set; }
value = wsSecurity.Decimals
wsSecurity.Decimals = value

Drahtfelddezimalstellen.

Expiry
public string Expiry { get; set; }
value = wsSecurity.Expiry
wsSecurity.Expiry = value

Drahtfeldverfall.

FaceValue
public decimal? FaceValue { get; set; }
value = wsSecurity.FaceValue
wsSecurity.FaceValue = value

Wire Feld faceValue.

InteractiveBrokers
public int? InteractiveBrokers { get; set; }
value = wsSecurity.InteractiveBrokers
wsSecurity.InteractiveBrokers = value

Drahtfeld ib.

IQFeed
public string IQFeed { get; set; }
value = wsSecurity.IQFeed
wsSecurity.IQFeed = value

Drahtfeld iqfeed.

Isin
public string Isin { get; set; }
value = wsSecurity.Isin
wsSecurity.Isin = value

Drahtfeld isin.

IssueDate
public DateTime? IssueDate { get; set; }
value = wsSecurity.IssueDate
wsSecurity.IssueDate = value

Wire Feld issueDate (Unix Mikrosekunden).

IssueSize
public decimal? IssueSize { get; set; }
value = wsSecurity.IssueSize
wsSecurity.IssueSize = value

Wire Feld issueSize.

MaxVolume
public decimal? MaxVolume { get; set; }
value = wsSecurity.MaxVolume
wsSecurity.MaxVolume = value

Wire Feld maxVolume.

MinVolume
public decimal? MinVolume { get; set; }
value = wsSecurity.MinVolume
wsSecurity.MinVolume = value

Wire Feld minVolume.

Multiplier
public decimal? Multiplier { get; set; }
value = wsSecurity.Multiplier
wsSecurity.Multiplier = value

Drahtfeldmultiplikator.

Name
public string Name { get; set; }
value = wsSecurity.Name
wsSecurity.Name = value

Name des Drahtfelds.

OptionStyle
public string OptionStyle { get; set; }
value = wsSecurity.OptionStyle
wsSecurity.OptionStyle = value

Wire Feld optionStyle.

OptionType
public string OptionType { get; set; }
value = wsSecurity.OptionType
wsSecurity.OptionType = value

Wire Feld optionType.

OriginalTransactionId
public long? OriginalTransactionId { get; set; }
value = wsSecurity.OriginalTransactionId
wsSecurity.OriginalTransactionId = value

Wire Feld originalTransactionId.

Plaza
public string Plaza { get; set; }
value = wsSecurity.Plaza
wsSecurity.Plaza = value

Wire Field Plaza.

PriceStep
public decimal? PriceStep { get; set; }
value = wsSecurity.PriceStep
wsSecurity.PriceStep = value

Wire Feld priceStep.

PrimaryBoard
public string PrimaryBoard { get; set; }
value = wsSecurity.PrimaryBoard
wsSecurity.PrimaryBoard = value

Wire Feld primaryBoard.

PrimaryCode
public string PrimaryCode { get; set; }
value = wsSecurity.PrimaryCode
wsSecurity.PrimaryCode = value

Wire Feld primaryCode.

Ric
public string Ric { get; set; }
value = wsSecurity.Ric
wsSecurity.Ric = value

Drahtfeld ric.

Sedol
public string Sedol { get; set; }
value = wsSecurity.Sedol
wsSecurity.Sedol = value

Drahtfeld-Ledol.

Settlement
public string Settlement { get; set; }
value = wsSecurity.Settlement
wsSecurity.Settlement = value

Drahtfeldabrechnung.

SettlementType
public string SettlementType { get; set; }
value = wsSecurity.SettlementType
wsSecurity.SettlementType = value

Wire Feld settlementType.

Shortable
public bool? Shortable { get; set; }
value = wsSecurity.Shortable
wsSecurity.Shortable = value

Drahtfeld kurzbar.

ShortName
public string ShortName { get; set; }
value = wsSecurity.ShortName
wsSecurity.ShortName = value

Wire Feld shortName.

Strike
public decimal? Strike { get; set; }
value = wsSecurity.Strike
wsSecurity.Strike = value

Drahtfeldschlag.

Type
public string Type { get; set; }
value = wsSecurity.Type
wsSecurity.Type = value

Art des Drahtfelds.

UnderlyingBoard
public string UnderlyingBoard { get; set; }
value = wsSecurity.UnderlyingBoard
wsSecurity.UnderlyingBoard = value

Wire Feld underlyingBoard.

UnderlyingId
public string UnderlyingId { get; set; }
value = wsSecurity.UnderlyingId
wsSecurity.UnderlyingId = value

Wire Feld underlyingId.

UnderlyingMinVolume
public decimal? UnderlyingMinVolume { get; set; }
value = wsSecurity.UnderlyingMinVolume
wsSecurity.UnderlyingMinVolume = value

Wire Feld underlyingMinVolume.

UnderlyingType
public string UnderlyingType { get; set; }
value = wsSecurity.UnderlyingType
wsSecurity.UnderlyingType = value

Wire Feld underlyingType.

VolumeStep
public decimal? VolumeStep { get; set; }
value = wsSecurity.VolumeStep
wsSecurity.VolumeStep = value

Wire Feld volumeStep.

Methoden

From
public static WsSecurity From(SecurityMessage msg)
result = WsSecurity.From(msg)

Von.

ToMessage
public SecurityMessage ToMessage()
result = wsSecurity.ToMessage()

ToMessage.