Releases: smartdec/DigitexConnectorCSharp
Releases · smartdec/DigitexConnectorCSharp
Release list
v.0.9.0
- Added spot indicator into
Symbolclass. - Added
TraderBalance2field intoTraderInfoclass. Now for spot-markets (Symbol.IsSpotequalstrue)TraderBalance2contains value of base currency andTraderBalancecontains value of quote currency. For example, on spot BTC/USDTraderBalance2is balance of BTC andTraderBalanceis balance of USD. - Updated symbols.
v.0.8.7
Added currency pairs into symbols. Fixed spot price handling.
v.0.8.5
- Added enum
Serversfor easier selection of exchange host for connection. - Added static class
DigitexConnector.Configurationfor set server and API-token (and more in future) globally. - Added some extra constructors for classes
WebsocketsTransport,DigitexConnection,Aggregator,TradingAdapterandTradingAlgorithm. - Moved class
TradingAdapterto namespaceDigitexConnector.Trading. - Little fixes.