ISecurityMessageAdapterProvider

StockSharp.Algo.Storages

The security based message adapter's provider interface.

実装: IMappingMessageAdapterProvider<ValueTuple<SecurityId, DataType>>

メソッド

SetAdapter(SecurityId, DataType, Guid) : bool

Make association with adapter.

securityId
Security ID.
dataType
Data type.
adapterId
Adapter identifier.

戻り値: if the association is successfully changed, otherwise, .

TryGetAdapter(SecurityId, DataType) : Guid?

Get adapter by the specified security id.

securityId
Security ID.
dataType
Data type.

戻り値: Found adapter identifier or .