Add start and enddate when fetching the position history
This commit is contained in:
@@ -989,7 +989,9 @@ public class EvmManager : IEvmManager
|
||||
account.Key,
|
||||
pageIndex,
|
||||
pageSize,
|
||||
ticker.ToString());
|
||||
ticker.ToString(),
|
||||
fromDate,
|
||||
toDate);
|
||||
|
||||
// Map the result to the Position domain object
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user