WsSecurityId

StockSharp.Ws

Wire DTO for a SecurityId — shared across every message that carries one. Accepts both the nested form ({ "code": "AAPL", "board": "NASDAQ" }) and the "CODE@BOARD" shorthand on the wire — see WsSecurityIdConverter. Output always uses the nested form.

Свойства

Board : string

Wire field board.

Code : string

Wire field code.

Методы

ToSecurityId() : SecurityId

ToSecurityId.