mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-17 05:11:15 +00:00
Add Binance filled order
This commit is contained in:
@@ -45,7 +45,25 @@ EXCHANGES = {
|
|||||||
"workingTime": 1674493798550,
|
"workingTime": 1674493798550,
|
||||||
"fills": [],
|
"fills": [],
|
||||||
"selfTradePreventionMode": "NONE",
|
"selfTradePreventionMode": "NONE",
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"symbol": "SOLUSDT",
|
||||||
|
"orderId": 3551312894,
|
||||||
|
"orderListId": -1,
|
||||||
|
"clientOrderId": "x-R4DD3S8297c73a11ccb9dc8f2811ba",
|
||||||
|
"transactTime": 1674493798550,
|
||||||
|
"price": "15.50000000",
|
||||||
|
"origQty": "1.10000000",
|
||||||
|
"executedQty": "1.10000000",
|
||||||
|
"cummulativeQuoteQty": "17.05",
|
||||||
|
"status": "FILLED",
|
||||||
|
"timeInForce": "GTC",
|
||||||
|
"type": "LIMIT",
|
||||||
|
"side": "BUY",
|
||||||
|
"workingTime": 1674493798550,
|
||||||
|
"fills": [],
|
||||||
|
"selfTradePreventionMode": "NONE",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"binanceus": {
|
"binanceus": {
|
||||||
|
|||||||
Reference in New Issue
Block a user