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.