Return last 24 volume for strategies
This commit is contained in:
@@ -5732,6 +5732,7 @@ export interface UserStrategyDetailsViewModel {
|
||||
identifier?: string;
|
||||
walletBalances?: { [key: string]: number; } | null;
|
||||
ticker?: Ticker;
|
||||
masterAgentName?: string | null;
|
||||
}
|
||||
|
||||
export interface PositionViewModel {
|
||||
|
||||
@@ -1198,6 +1198,7 @@ export interface UserStrategyDetailsViewModel {
|
||||
identifier?: string;
|
||||
walletBalances?: { [key: string]: number; } | null;
|
||||
ticker?: Ticker;
|
||||
masterAgentName?: string | null;
|
||||
}
|
||||
|
||||
export interface PositionViewModel {
|
||||
|
||||
Reference in New Issue
Block a user