AdapterWrapperConfiguration

StockSharp.Algo.Basket

Configuration for building adapter wrapper pipeline.

实现: IEquatable<AdapterWrapperConfiguration>

属性

Buffer : IStorageBuffer

Storage buffer.

CommissionManager : ICommissionManager

The commission calculating manager.

ExtendedInfoStorage : IExtendedInfoStorage

Extended info storage.

FillGapsBehaviour : IFillGapsBehaviour

IFillGapsBehaviour

GenerateOrderBookFromLevel1 : bool

Generate order book from Level1 data.

IgnoreExtraAdapters : bool

Do not add extra adapters.

IsHeartbeatOn : Func<IMessageAdapter, bool>

Function to check if heartbeat is enabled for an adapter.

IsRestoreSubscriptionOnErrorReconnect : bool

Restore subscription on reconnect.

IsSupportTransactionLog : bool

Use TransactionOrderingMessageAdapter.

LatencyManager : ILatencyManager

Orders registration delay calculation manager.

Level1Extend : bool

Use Level1ExtendBuilderAdapter.

MappingProvider : ISecurityMappingStorageProvider

Security identifier mappings storage provider.

NativeIdStorage : INativeIdStorageProvider

Security native identifier storage provider.

Parent : ILogReceiver

Parent log receiver.

PnLManager : IPnLManager

The profit-loss manager.

SendFinishedCandlesImmediatelly : bool

CandleBuilderMessageAdapter.SendFinishedCandlesImmediatelly.

SendOutErrorAsync : Func<Exception, CancellationToken, ValueTask>

Function to send error messages out.

SlippageManager : ISlippageManager

Slippage manager.

StorageProcessor : IStorageProcessor

Storage processor.

SupportBuildingFromOrderLog : bool

Use OrderLogMessageAdapter.

SupportCandlesCompression : bool

Use CandleBuilderMessageAdapter.

SupportLookupTracking : bool

Use LookupTrackingMessageAdapter.

SupportOffline : bool

Use OfflineMessageAdapter.

SupportOrderBookTruncate : bool

Use OrderBookTruncateMessageAdapter.

SupportSecurityAll : bool

Use SubscriptionSecurityAllMessageAdapter.

SupportStorage : bool

Use StorageMessageAdapter.

SuppressOrderBookIncrements : bool

When , the OrderBookIncrementMessageAdapter is never added to the pipeline — even when the inner adapter reports IsSupportOrderBookIncrements.

SuppressReconnectingErrors : bool

Suppress reconnecting errors.

UseChannels : bool

Use channels for message passing.