LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
TradeGates/TradeGate.py
TradeGates/Exchanges/BaseExchange.py
TradeGates/Exchanges/BinanceExchange.py
TradeGates/Exchanges/BybitExchange.py
TradeGates/Exchanges/KuCoinExchange.py
TradeGates/Exchanges/__init__.py
TradeGates/TradeGate.egg-info/PKG-INFO
TradeGates/TradeGate.egg-info/SOURCES.txt
TradeGates/TradeGate.egg-info/dependency_links.txt
TradeGates/TradeGate.egg-info/requires.txt
TradeGates/TradeGate.egg-info/top_level.txt
TradeGates/Utils/BinanceHelpers.py
TradeGates/Utils/BybitHelpers.py
TradeGates/Utils/DataHelpers.py
TradeGates/Utils/KuCoinHelpers.py
TradeGates/Utils/__init__.py
TradeGates/Watchers/__init__.py
TradeGates/Watchers/futureOrderWatchers.py
TradeGates/binance_f/__init__.py
TradeGates/binance_f/requestclient.py
TradeGates/binance_f/subscriptionclient.py
TradeGates/binance_f/base/__init__.py
TradeGates/binance_f/base/printobject.py
TradeGates/binance_f/base/printtime.py
TradeGates/binance_f/constant/__init__.py
TradeGates/binance_f/constant/system.py
TradeGates/binance_f/constant/test.py
TradeGates/binance_f/exception/__init__.py
TradeGates/binance_f/exception/binanceapiexception.py
TradeGates/binance_f/impl/__init__.py
TradeGates/binance_f/impl/restapiinvoker.py
TradeGates/binance_f/impl/restapirequest.py
TradeGates/binance_f/impl/restapirequestimpl.py
TradeGates/binance_f/impl/websocketconnection.py
TradeGates/binance_f/impl/websocketrequest.py
TradeGates/binance_f/impl/websocketrequestimpl.py
TradeGates/binance_f/impl/websocketwatchdog.py
TradeGates/binance_f/impl/utils/__init__.py
TradeGates/binance_f/impl/utils/apisignature.py
TradeGates/binance_f/impl/utils/channelparser.py
TradeGates/binance_f/impl/utils/channels.py
TradeGates/binance_f/impl/utils/inputchecker.py
TradeGates/binance_f/impl/utils/jsonwrapper.py
TradeGates/binance_f/impl/utils/timeservice.py
TradeGates/binance_f/impl/utils/urlparamsbuilder.py
TradeGates/binance_f/model/__init__.py
TradeGates/binance_f/model/accountinformation.py
TradeGates/binance_f/model/accountinformationv2.py
TradeGates/binance_f/model/accountupdate.py
TradeGates/binance_f/model/adlquantile.py
TradeGates/binance_f/model/aggregatetrade.py
TradeGates/binance_f/model/aggregatetradeevent.py
TradeGates/binance_f/model/apitradingstatus.py
TradeGates/binance_f/model/balance.py
TradeGates/binance_f/model/balancev2.py
TradeGates/binance_f/model/blvtinfoevent.py
TradeGates/binance_f/model/blvtnavcandlestick.py
TradeGates/binance_f/model/blvtnavcandlestickevent.py
TradeGates/binance_f/model/candlestick.py
TradeGates/binance_f/model/candlestickevent.py
TradeGates/binance_f/model/codeandmsg.py
TradeGates/binance_f/model/compositeindexevent.py
TradeGates/binance_f/model/constant.py
TradeGates/binance_f/model/continuouscandelstickevent.py
TradeGates/binance_f/model/countdowncancelall.py
TradeGates/binance_f/model/diffdepthevent.py
TradeGates/binance_f/model/exchangeinformation.py
TradeGates/binance_f/model/fundingrate.py
TradeGates/binance_f/model/income.py
TradeGates/binance_f/model/indexInfo.py
TradeGates/binance_f/model/leverage.py
TradeGates/binance_f/model/leveragebracket.py
TradeGates/binance_f/model/liquidationorder.py
TradeGates/binance_f/model/liquidationorderevent.py
TradeGates/binance_f/model/listenkeyexpired.py
TradeGates/binance_f/model/longshortratio.py
TradeGates/binance_f/model/markprice.py
TradeGates/binance_f/model/markpriceevent.py
TradeGates/binance_f/model/message.py
TradeGates/binance_f/model/mytrade.py
TradeGates/binance_f/model/openinterest.py
TradeGates/binance_f/model/openintereststats.py
TradeGates/binance_f/model/order.py
TradeGates/binance_f/model/orderbook.py
TradeGates/binance_f/model/orderbookevent.py
TradeGates/binance_f/model/orderupdate.py
TradeGates/binance_f/model/position.py
TradeGates/binance_f/model/positionmargin.py
TradeGates/binance_f/model/positionmarginhistory.py
TradeGates/binance_f/model/positionmode.py
TradeGates/binance_f/model/symbolbooktickerevent.py
TradeGates/binance_f/model/symbolminitickerevent.py
TradeGates/binance_f/model/symbolorderbook.py
TradeGates/binance_f/model/symbolprice.py
TradeGates/binance_f/model/symboltickerevent.py
TradeGates/binance_f/model/takerbuysellratio.py
TradeGates/binance_f/model/tickerpricechangestatistics.py
TradeGates/binance_f/model/trade.py
TradeGates/kucoin/__init__.py
TradeGates/kucoin/client.py
TradeGates/kucoin/ws_client.py
TradeGates/kucoin/base_request/__init__.py
TradeGates/kucoin/base_request/base_request.py
TradeGates/kucoin/margin/__init__.py
TradeGates/kucoin/margin/margin.py
TradeGates/kucoin/market/__init__.py
TradeGates/kucoin/market/market.py
TradeGates/kucoin/trade/__init__.py
TradeGates/kucoin/trade/trade.py
TradeGates/kucoin/user/__init__.py
TradeGates/kucoin/user/user.py
TradeGates/kucoin/websocket/__init__.py
TradeGates/kucoin/websocket/websocket.py
TradeGates/kucoin/ws_token/__init__.py
TradeGates/kucoin/ws_token/token.py
TradeGates/kucoin_futures/__init__.py
TradeGates/kucoin_futures/client.py
TradeGates/kucoin_futures/ws_client.py
TradeGates/kucoin_futures/base_request/__init__.py
TradeGates/kucoin_futures/base_request/base_request.py
TradeGates/kucoin_futures/marke_data/__init__.py
TradeGates/kucoin_futures/marke_data/market_data.py
TradeGates/kucoin_futures/trade/__init__.py
TradeGates/kucoin_futures/trade/trade.py
TradeGates/kucoin_futures/user/__init__.py
TradeGates/kucoin_futures/user/user.py
TradeGates/kucoin_futures/websocket/__init__.py
TradeGates/kucoin_futures/websocket/websocket.py
TradeGates/kucoin_futures/ws_token/__init__.py
TradeGates/kucoin_futures/ws_token/token.py
test/testAccountInfo.py
test/testFutures.py
test/testMarketInfo.py
test/testOrdering.py