Skip to content

Releases: smartdec/DigitexConnectorCSharp

v.0.9.0

13 Jan 14:28
28b532a
Compare
Choose a tag to compare
  1. Added spot indicator into Symbol class.
  2. Added TraderBalance2 field into TraderInfo class. Now for spot-markets (Symbol.IsSpot equals true) TraderBalance2 contains value of base currency and TraderBalance contains value of quote currency. For example, on spot BTC/USD TraderBalance2 is balance of BTC and TraderBalance is balance of USD.
  3. Updated symbols.

v.0.8.7

25 Dec 07:53
Compare
Choose a tag to compare

Added currency pairs into symbols. Fixed spot price handling.

v.0.8.5

05 Dec 20:10
Compare
Choose a tag to compare
  1. Added enum Servers for easier selection of exchange host for connection.
  2. Added static class DigitexConnector.Configuration for set server and API-token (and more in future) globally.
  3. Added some extra constructors for classes WebsocketsTransport, DigitexConnection, Aggregator, TradingAdapter and TradingAlgorithm.
  4. Moved class TradingAdapter to namespace DigitexConnector.Trading.
  5. Little fixes.