Add online tests for bybit

This commit is contained in:
Matthias
2022-12-31 11:06:52 +01:00
parent d05ecd630f
commit 752110a268
2 changed files with 11 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ class Bybit(Exchange):
_supported_trading_mode_margin_pairs: List[Tuple[TradingMode, MarginMode]] = [
# TradingMode.SPOT always supported and not required in this list
# (TradingMode.FUTURES, MarginMode.CROSS),
# (TradingMode.FUTURES, MarginMode.ISOLATED)
(TradingMode.FUTURES, MarginMode.ISOLATED)
]
@property