Add max_stake_amount field

This commit is contained in:
Matthias 2022-12-27 13:44:57 +01:00
parent 038e4df8f7
commit f800386e66

View File

@ -41,6 +41,8 @@ export interface Trade {
amount: number;
amount_requested?: number;
stake_amount: number;
/** Maximum invested capital. Aggregated entry-orders without subtracting. */
max_stake_amount?: number | null;
strategy?: string;
exchange?: string;
/** @deprecated - Replaced by enter_tag with 2.x */