SecurityIdGenerator

StockSharp.Messages

The instrument identifiers generator SecurityId.

属性

Delimiter : string

The delimiter between the instrument code and the class.

方法

GenerateId(string, string) : string

Generate SecurityId security.

secCode
Security code.
boardCode
Board code.

返回值: SecurityId security.

Split(string, bool) : SecurityId

To get instrument codes and boards by the instrument identifier.

securityId
The instrument identifier SecurityId.
nullIfInvalid
Return in case of is invalid value.

返回值: The instrument code SecurityCode and the board code BoardCode.