Ejemplo n.º 1
0
 public BinanceTicker(BinanceExchange exchange) : base(exchange)
 {
     // https://github.com/binance-exchange/binance-official-api-docs/blob/master/web-socket-streams.md
     // Receiving an event that removes a price level that is not in your local order book can happen and is normal.
     OrderBook.EnableValidationOnRemove = false;
 }
Ejemplo n.º 2
0
 public BinanceTicker(BinanceExchange exchange) : base(exchange)
 {
 }