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