From 50d3b7bdefb3cc2e126226b9ff603486510fd6e2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 31 Jan 2023 20:00:05 +0100 Subject: [PATCH] Add bybit sample order --- tests/exchange/test_ccxt_compat.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/exchange/test_ccxt_compat.py b/tests/exchange/test_ccxt_compat.py index 5bd00d296..bc85f7cf7 100644 --- a/tests/exchange/test_ccxt_compat.py +++ b/tests/exchange/test_ccxt_compat.py @@ -168,6 +168,23 @@ EXCHANGES = { 'futures': True, 'leverage_tiers_public': True, 'leverage_in_spot_market': True, + 'sample_order': [ + { + "orderId": "1274754916287346280", + "orderLinkId": "1666798627015730", + "symbol": "SOLUSDT", + "createTime": "1674493798550", + "orderPrice": "15.5", + "orderQty": "1.1", + "orderType": "LIMIT", + "side": "BUY", + "status": "NEW", + "timeInForce": "GTC", + "accountId": "5555555", + "execQty": "0", + "orderCategory": "0" + } + ] }, 'huobi': { 'pair': 'ETH/BTC',