CbFixDialect

StockSharp.Fix.CB

Crypto Broker FIX protocol dialect.

Herda de: DefaultFixDialect

Construtores

CbFixDialect(IdGenerator)

Crypto Broker FIX protocol dialect.

Propriedades

CandlesBuildFrom : IEnumerable<Level1Fields>

Possible options for candles building.

PossibleSupportedMessages : IEnumerable<MessageTypeInfo>

Possible supported message types.

Métodos

GetSupportedMarketDataTypesAsync(SecurityId, DateTime?, DateTime?) : IAsyncEnumerable<DataType>

Get supported by adapter message types.

securityId
SecurityId
from
Start date for request. If , then all available messages will be returned.
to
End date for request. If , then all available messages will be returned.

Retorna: Supported by adapter market data types.

IsAllDownloadingSupported(DataType) : bool

Is for the specified all securities downloading enabled.

dataType
Data type info.

Retorna: Check result.

IsSecurityRequired(DataType) : bool

Support filtering subscriptions (subscribe/unsubscribe for specified security).

dataType
Data type info.

Retorna: Check result.