Add net Pnl in db
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Managing.Application.ManageBot.Commands
|
||||
public GetPaginatedAgentSummariesCommand(
|
||||
int page = 1,
|
||||
int pageSize = 10,
|
||||
SortableFields sortBy = SortableFields.TotalPnL,
|
||||
SortableFields sortBy = SortableFields.NetPnL,
|
||||
string sortOrder = "desc",
|
||||
IEnumerable<string>? agentNames = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user