SecurityIdGenerator

StockSharp.Messages

The instrument identifiers generator SecurityId.

Propiedades

Delimiter : string

The delimiter between the instrument code and the class.

Métodos

GenerateId(string, string) : string

Generate SecurityId security.

secCode
Security code.
boardCode
Board code.

Devuelve: 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.

Devuelve: The instrument code SecurityCode and the board code BoardCode.