dbc86a1ce6
OKX/Binance LIVE share half_open and option_closed_perp_pending repair paths; private REST throttles default to 1s and are tunable in settings. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
204 B
Python
7 lines
204 B
Python
"""实盘执行适配层。"""
|
|
|
|
from .binance_executor import BinanceLiveExecutor
|
|
from .executor import OkxLiveExecutor, get_executor
|
|
|
|
__all__ = ["get_executor", "OkxLiveExecutor", "BinanceLiveExecutor"]
|