Test bingx order parsing
This commit is contained in:
@@ -288,6 +288,36 @@ EXCHANGES = {
|
|||||||
"hasQuoteVolume": True,
|
"hasQuoteVolume": True,
|
||||||
"timeframe": "1h",
|
"timeframe": "1h",
|
||||||
"futures": False,
|
"futures": False,
|
||||||
|
"sample_order": [
|
||||||
|
{
|
||||||
|
"symbol": "SOL-USDT",
|
||||||
|
"orderId": "1762393630149869568",
|
||||||
|
"transactTime": "1674493798550",
|
||||||
|
"price": "15.5",
|
||||||
|
"stopPrice": "0",
|
||||||
|
"origQty": "1.1",
|
||||||
|
"executedQty": "1.1",
|
||||||
|
"cummulativeQuoteQty": "17.05",
|
||||||
|
"status": "FILLED",
|
||||||
|
"type": "LIMIT",
|
||||||
|
"side": "BUY",
|
||||||
|
"clientOrderID": "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "SOL-USDT",
|
||||||
|
"orderId": "1762393630149869568",
|
||||||
|
"transactTime": "1674493798550",
|
||||||
|
"price": "15.5",
|
||||||
|
"stopPrice": "0",
|
||||||
|
"origQty": "1.1",
|
||||||
|
"executedQty": "1.1",
|
||||||
|
"cummulativeQuoteQty": "17.05",
|
||||||
|
"status": "FILLED",
|
||||||
|
"type": "MARKET",
|
||||||
|
"side": "BUY",
|
||||||
|
"clientOrderID": "",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user