Releases: smartdec/DigitexConnectorCSharp
Releases · smartdec/DigitexConnectorCSharp
v.0.9.0
- Added spot indicator into
Symbol
class. - Added
TraderBalance2
field intoTraderInfo
class. Now for spot-markets (Symbol.IsSpot
equalstrue
)TraderBalance2
contains value of base currency andTraderBalance
contains value of quote currency. For example, on spot BTC/USDTraderBalance2
is balance of BTC andTraderBalance
is balance of USD. - Updated symbols.
v.0.8.7
Added currency pairs into symbols. Fixed spot price handling.
v.0.8.5
- Added enum
Servers
for easier selection of exchange host for connection. - Added static class
DigitexConnector.Configuration
for set server and API-token (and more in future) globally. - Added some extra constructors for classes
WebsocketsTransport
,DigitexConnection
,Aggregator
,TradingAdapter
andTradingAlgorithm
. - Moved class
TradingAdapter
to namespaceDigitexConnector.Trading
. - Little fixes.