HuobiMessageAdapter

StockSharp.Huobi

The message adapter for Huobi.

Hereda de: MessageAdapter

Implementa: IKeySecretAdapter, IAddressAdapter<string>

Constructores

HuobiMessageAdapter(IdGenerator)

Initializes a new instance of the HuobiMessageAdapter.

transactionIdGenerator
Transaction id generator.

Propiedades

Address : string

Server address.

AllTimeFrames : IEnumerable<TimeSpan>

Possible time-frames.

AssociatedBoards : string[]

The adapter can process subscription only with instruments associated with the specified board.

FeatureName : string

Feature name.

IsSupportOrderBookIncrements : bool

Adapter translates incremental order books.

Key : SecureString

Key.

Secret : SecureString

Secret.

Section : HuobiSections

Section.

SupportedOrderBookDepths : IEnumerable<int>

Available options for MaxDepth.

Métodos

IsAllDownloadingSupported(DataType) : bool

Is for the specified all securities downloading enabled.

dataType
Data type info.

Devuelve: Check result.

IsSupportCandlesUpdates(MarketDataMessage) : bool

Support candles subscription and live updates.

subscription
MarketDataMessage

Devuelve: Check result.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.
SendInMessageAsync(Message, CancellationToken) : ValueTask

Processes a generic message asynchronously.

message
The message to process.
cancellationToken
CancellationToken
ToString() : string

Преобразовать к строковому представлению.

Devuelve: Строковое представление.