SecurityIdGenerator
StockSharp.Messages
The instrument identifiers generator SecurityId.
Propriedades
Métodos
GenerateId(string, string) : string
Generate SecurityId security.
- secCode
- Security code.
- boardCode
- Board code.
Retorna: 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.
Retorna: The instrument code SecurityCode and the board code BoardCode.