mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
chore: update trade model type
This commit is contained in:
parent
3e36ccee81
commit
edcce65f3f
|
@ -111,6 +111,7 @@ interface TradeBase {
|
|||
amount_precision?: number;
|
||||
price_precision?: number;
|
||||
precision_mode?: number;
|
||||
precision_mode_price?: number;
|
||||
|
||||
orders?: Order[];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user