add column name for bybit and okx

This commit is contained in:
Stefano
2025-09-16 10:53:00 +09:00
parent 01e288297a
commit a4a5fbe4a8
2 changed files with 2 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ class Bybit(Exchange):
"exchange_has_overrides": {
"fetchOrder": True,
},
"delivery_column": "deliveryTime",
}
_supported_trading_mode_margin_pairs: list[tuple[TradingMode, MarginMode]] = [

View File

@@ -46,6 +46,7 @@ class Okx(Exchange):
},
"stoploss_blocks_assets": False,
"ws_enabled": True,
"delivery_column": "expTime",
}
_supported_trading_mode_margin_pairs: list[tuple[TradingMode, MarginMode]] = [