ISecurityMessageAdapterProvider
StockSharp.Algo.Storages
The security based message adapter's provider interface.
Implementiert: IMappingMessageAdapterProvider<ValueTuple<SecurityId, DataType>>
Methoden
SetAdapter(SecurityId, DataType, Guid) : bool
Make association with adapter.
- securityId
- Security ID.
- dataType
- Data type.
- adapterId
- Adapter identifier.
Rückgabe: if the association is successfully changed, otherwise, .
TryGetAdapter(SecurityId, DataType) : Guid?
Get adapter by the specified security id.
- securityId
- Security ID.
- dataType
- Data type.
Rückgabe: Found adapter identifier or .