WsSecurityId

StockSharp.Ws

Wire DTO für eine SecurityId - geteilt über jede Nachricht, die eine trägt. Akzeptiert sowohl das verschachtelte Formular ({ "code": "AAPL", "board": "NASDAQ" }) als auch die "CODE@BOARD" -Kurzschrift auf der Leitung - siehe WsSecurityIdConverter. Ausgabe verwendet immer das verschachtelte Formular.

Eigenschaften

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

Drahtfeldplatine.

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

Drahtfeldcode.

Methoden

From
public static WsSecurityId From(SecurityId secId)
result = WsSecurityId.From(secId)

Von.

ToSecurityId
public SecurityId ToSecurityId()
result = wsSecurityId.ToSecurityId()

ToSecurityId.