get open orders
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user