Add agent fees
This commit is contained in:
@@ -26,6 +26,12 @@ public interface IPlatformSummaryGrain : IGrainWithStringKey
|
||||
[OneWay]
|
||||
Task UpdateActiveStrategyCountAsync(int newActiveCount);
|
||||
|
||||
/// <summary>
|
||||
/// Increments the total agent count when a new agent is activated
|
||||
/// </summary>
|
||||
[OneWay]
|
||||
Task IncrementAgentCountAsync();
|
||||
|
||||
[OneWay]
|
||||
Task OnPositionClosedAsync(PositionClosedEvent evt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user