Skip to content

Commit 65a2c18

Browse files
committed
Minor improvements
1 parent d6641e6 commit 65a2c18

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/BinanceBot.Market/MarketDepthManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using CryptoExchange.Net.Objects;
1212
using CryptoExchange.Net.Sockets;
1313
using NLog;
14-
using Binance.Net.Objects.Models.Futures.Socket;
1514

1615

1716
namespace BinanceBot.Market;

src/BinanceBot.MarketViewer.Console/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ internal static class Program
2121
{
2222
#region Bot Settings
2323
// WARN: Set necessary token here
24-
private static readonly MarketSymbol Symbol = new MarketSymbol("BNB", "USDT", ContractType.Futures);
24+
private static readonly MarketSymbol Symbol = new MarketSymbol("BNB/USDT", ContractType.Futures);
2525
private const int OrderBookDepth = 10;
2626
private static readonly TimeSpan OrderBookUpdateInterval = TimeSpan.FromMilliseconds(100);
2727
#endregion

0 commit comments

Comments
 (0)