Update agent stats
This commit is contained in:
@@ -35,4 +35,5 @@ public interface ITradingRepository
|
||||
Task<IndicatorBase> GetStrategyByNameUserAsync(string name, User user);
|
||||
Task<Scenario> GetScenarioByNameUserAsync(string scenarioName, User user);
|
||||
Task UpdateTradeAsync(Trade trade);
|
||||
Task<IEnumerable<Position>> GetPositionByUserIdAsync(int userId);
|
||||
}
|
||||
@@ -64,4 +64,5 @@ public interface ITradingService
|
||||
|
||||
Task<IndicatorBase?> GetIndicatorByNameUserAsync(string name, User user);
|
||||
Task<Scenario?> GetScenarioByNameUserAsync(string scenarioName, User user);
|
||||
Task<IEnumerable<Position>> GetPositionByUserIdAsync(int userId);
|
||||
}
|
||||
Reference in New Issue
Block a user