Table of Contents

Interface IBasketSecurityProcessorProvider

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

The interface for provider of IBasketSecurityProcessor.

public interface IBasketSecurityProcessorProvider
Extension Methods

Methods

GetProcessorType(string)

Get processor type.

Type GetProcessorType(string basketCode)

Parameters

basketCode string

Basket security type.

Returns

Type

Processor type.

GetSecurityType(string)

Get security type.

Type GetSecurityType(string basketCode)

Parameters

basketCode string

Basket security type.

Returns

Type

Security type.

Register(string, Type, Type)

Register new security type.

void Register(string basketCode, Type processorType, Type securityType)

Parameters

basketCode string

Basket security type.

processorType Type

Processor type.

securityType Type

Security type.

UnRegister(string)

Remove old security type.

void UnRegister(string basketCode)

Parameters

basketCode string

Basket security type.