Interface IBasketSecurityProcessorProvider
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface for provider of IBasketSecurityProcessor.
public interface IBasketSecurityProcessorProvider
- Extension Methods
Properties
AllCodes
All registered basket codes.
IEnumerable<string> AllCodes { get; }
Property Value
Methods
Register(string, Type, Type)
Register new security type.
void Register(string basketCode, Type processorType, Type securityType)
Parameters
basketCodestringBasket security type.
processorTypeTypeProcessor type.
securityTypeTypeSecurity type.
TryGetProcessorType(string, out Type)
Try get processor type.
bool TryGetProcessorType(string basketCode, out Type processorType)
Parameters
Returns
TryGetSecurityType(string, out Type)
Try get security type.
bool TryGetSecurityType(string basketCode, out Type securityType)
Parameters
Returns
UnRegister(string)
Remove old security type.
bool UnRegister(string basketCode)
Parameters
basketCodestringBasket security type.