Add Binance SIM market adapter and exchange switch in settings.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-25 12:02:36 +08:00
parent 5dcec0fde0
commit 78fd046fb6
25 changed files with 879 additions and 45 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ from __future__ import annotations
from typing import Any
from ..exchange.expiry import expiry_ms_from_ymd
from ..exchange.okx.parse import (
expiry_ms_from_ymd,
parse_option_inst_id,
safe_float,
)