WsSecurityLookupCommand
StockSharp.Ws
"类型"的有线DTO:"securityLookup"命令,不同于其他订阅-家族命令,这款SecurityId是平地:上层securityCode + boardCode(历史),不是筑巢.
属性
BoardCode
public string BoardCode { get; set; }
value = wsSecurityLookupCommand.BoardCode
wsSecurityLookupCommand.BoardCode = value
Wire field boardCode.
SecurityCode
public string SecurityCode { get; set; }
value = wsSecurityLookupCommand.SecurityCode
wsSecurityLookupCommand.SecurityCode = value
Wire field securityCode.
SecurityType
public SecurityTypes? SecurityType { get; set; }
value = wsSecurityLookupCommand.SecurityType
wsSecurityLookupCommand.SecurityType = value
Wire field securityType.
TransactionId
public long TransactionId { get; set; }
value = wsSecurityLookupCommand.TransactionId
wsSecurityLookupCommand.TransactionId = value
Wire field transactionId.
Type
public string Type { get; set; }
value = wsSecurityLookupCommand.Type
wsSecurityLookupCommand.Type = value
电线场类型.
方法
ToMessage
public SecurityLookupMessage ToMessage()
result = wsSecurityLookupCommand.ToMessage()
ToMessage.