public TradingBotController(BinanceMarketSwitchTradingBot2 tradingBot, BinanceFuturesWebSocketClient wsClient)
 {
     _tradingBot = tradingBot;
     _wsClient   = wsClient;
 }
示例#2
0
        //private BinanceMarketSwitchBotParameters _botParams;

        public OrderTestsController(BinanceFuturesWebSocketClient wsClient)
        {
            _wsClient = wsClient;
            //_botParams = parameters;
        }