Volver a paquetes
Paquete NuGet

StockSharp.Bittrex

Bittrex

Los detalles del paquete son públicos. Las descargas requieren acceso StockSharp.

Instalación

dotnet add package StockSharp.Bittrex --version 5.0.196

README

Bittrex Connector

Русский | 中文 | Español | Deutsch | Português | 日本語

The Bittrex connector connects StockSharp to a legacy digital-asset exchange integration. It translates provider-specific data and operations into the unified StockSharp message model, so applications can use the same subscriptions and workflows across different venues.

The upstream service may no longer be available. This integration is retained for compatibility, maintenance of existing systems, and study of a complete connector implementation.

Key capabilities

  • Typical coverage: digital assets.
  • Instrument discovery and provider reference data.
  • Market data supported by the adapter: Level 1 quotes, tick trades, order books and candles.
  • Provider-supported order submission and execution workflows.
  • Portfolio, balance, position, and execution-state updates.
  • Real-time subscriptions through the provider's streaming transport.
  • Provider-specific transport, sessions, and data formats are hidden behind the standard StockSharp API.

Typical use

Use this connector to support an existing integration or as practical source code for learning how market data, transactions, and protocol details are mapped into StockSharp.

Before operational use, verify that the upstream API and required endpoints are still available.

Notas de la versión

Await multicast async event handlers
Clean up connector project metadata and README packaging
Merge remote-tracking branch 'origin/main'
Localize connector display metadata
Docs: add multilingual connector store READMEs
Connectors: normalize source indentation
Connectors: expose service endpoints as settings
Migrate connector callbacks to async APIs
Align connector Display attributes
Add README files to the connectors that lacked one
Populate the Connectors repository
Updated Ecng.Net.SocketIO to 1.0.578.

Dependencias