IBasketSecurityProcessorProvider
StockSharp.Messages
The interface for provider of IBasketSecurityProcessor.
Propriedades
AllCodes : IEnumerable<string>
All registered basket codes.
Métodos
Register(string, Type, Type)
Register new security type.
- basketCode
- Basket security type.
- processorType
- Processor type.
- securityType
- Security type.
TryGetProcessorType(string, Type) : bool
Try get processor type.
- basketCode
- Basket security type.
- processorType
- Processor type.
Retorna: if the processor type was found; otherwise, .
TryGetSecurityType(string, Type) : bool
Try get security type.
- basketCode
- Basket security type.
- securityType
- Security type.
Retorna: if the security type was found; otherwise, .
UnRegister(string) : bool
Remove old security type.
- basketCode
- Basket security type.
Retorna: if the code was found and removed; otherwise, .