WsSecurityId

StockSharp.Ws

用于SecurityId的有线DTO——在每条带一款信件之间共享. 接受被嵌入式({"code": "AAPL", "board": "NASDAQ"})和线上"CODE@BOARD"的快手-参见WsSecurityIdConverter. 输出总是使用被嵌入式.

属性

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

电线场板.

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

线地码.

方法

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

从.

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

ToSecurityId.