IBasketSecurityProcessorProvider
StockSharp.Messages
The interface for provider of IBasketSecurityProcessor.
Eigenschaften
AllCodes : IEnumerable<string>
All registered basket codes.
Methoden
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.
Rückgabe: if the processor type was found; otherwise, .
TryGetSecurityType(string, Type) : bool
Try get security type.
- basketCode
- Basket security type.
- securityType
- Security type.
Rückgabe: if the security type was found; otherwise, .
UnRegister(string) : bool
Remove old security type.
- basketCode
- Basket security type.
Rückgabe: if the code was found and removed; otherwise, .