get open orders

This commit is contained in:
2026-04-23 16:34:47 +00:00
parent ff209603b6
commit 73c9ed67f5
2 changed files with 98 additions and 70 deletions

View File

@@ -17,7 +17,7 @@ async def create_fr_aster_user_order_trade_table(
CREATE TABLE IF NOT EXISTS fr_aster_user_order_trade (
timestamp_arrival BIGINT,
timestamp_msg BIGINT,
timestamp_value BIGINT,
timestamp_transaction BIGINT,
symbol VARCHAR(20),
client_order_id VARCHAR(100),
side VARCHAR(20),