Uses of Interface
org.marketcetera.trade.ExecutionReportSummary
-
Packages that use ExecutionReportSummary Package Description org.marketcetera.trade org.marketcetera.trade.client org.marketcetera.trade.service -
-
Uses of ExecutionReportSummary in org.marketcetera.trade
Subinterfaces of ExecutionReportSummary in org.marketcetera.trade Modifier and Type Interface Description interfaceMutableExecutionReportSummaryRepresents an execution report received as part of a trade flow.Methods in org.marketcetera.trade that return ExecutionReportSummary Modifier and Type Method Description ExecutionReportSummaryExecutionReportSummaryFactory. create()Create an execution report summary object. -
Uses of ExecutionReportSummary in org.marketcetera.trade.client
Methods in org.marketcetera.trade.client that return types with arguments of type ExecutionReportSummary Modifier and Type Method Description CollectionPageResponse<ExecutionReportSummary>TradeClient. getFills(PageRequest inPageRequest)Get fills with the given page request. -
Uses of ExecutionReportSummary in org.marketcetera.trade.service
Methods in org.marketcetera.trade.service that return types with arguments of type ExecutionReportSummary Modifier and Type Method Description org.springframework.data.domain.Page<? extends ExecutionReportSummary>ReportService. getExecutions(int inPageNumber, int inPageSize)Get a page of executions from oldest to newest.CollectionPageResponse<ExecutionReportSummary>ReportService. getFills(PageRequest inPageRequest)Get fills with the given page request.
-