Uses of Interface
org.marketcetera.trade.OrderSummary
-
Packages that use OrderSummary Package Description org.marketcetera.trade org.marketcetera.trade.client org.marketcetera.trade.service -
-
Uses of OrderSummary in org.marketcetera.trade
Subinterfaces of OrderSummary in org.marketcetera.trade Modifier and Type Interface Description interfaceMutableOrderSummaryMethods in org.marketcetera.trade that return OrderSummary Modifier and Type Method Description OrderSummaryOrderSummaryFactory. create()Create an order summary value.OrderSummaryHasOrderSummary. getOrderSummary()Get the order summary value. -
Uses of OrderSummary in org.marketcetera.trade.client
Methods in org.marketcetera.trade.client that return types with arguments of type OrderSummary Modifier and Type Method Description Collection<OrderSummary>TradeClient. getOpenOrders()Get open orders.CollectionPageResponse<OrderSummary>TradeClient. getOpenOrders(PageRequest inPageRequest)Get open orders. -
Uses of OrderSummary in org.marketcetera.trade.service
Methods in org.marketcetera.trade.service that return OrderSummary Modifier and Type Method Description OrderSummaryOrderSummaryService. findByReportId(long inReportId)Find the order summary with the given report id.OrderSummaryOrderSummaryService. findByRootOrderIdAndOrderId(OrderID inRootID, OrderID inOrderID)Find the order summary with the given root order id and individual order id.OrderSummaryOrderSummaryService. findFirstByRootOrderId(OrderID inRootOrderId)Find the order status of the first order in the given order chain.OrderSummaryOrderSummaryService. findMostRecentByRootOrderId(OrderID inRootOrderId)Find the order status of the most recent order in the given order chain.OrderSummaryOrderSummaryService. findMostRecentExecutionByRootOrderId(OrderID inRootOrderId)Find the most recent execution by the given root order id.OrderSummaryOrderSummaryService. save(OrderSummary inOrderStatus)Save the order status value.OrderSummaryOrderSummaryService. update(OrderSummary inOrderStatus, Report inReport, ReportBase inReportBase)Update the order status value with the given reports.Methods in org.marketcetera.trade.service that return types with arguments of type OrderSummary Modifier and Type Method Description Optional<? extends OrderSummary>OrderSummaryService. findByOrderId(OrderID inOrderId)Find the order summaries with the given order id.List<OrderSummary>OrderSummaryService. findByRootOrderId(OrderID inOrderId)Find the order summary values with the given root order id.CollectionPageResponse<OrderSummary>OrderSummaryService. findOpenOrders(PageRequest inPageRequest)Find the open orders using the given page attributes.Methods in org.marketcetera.trade.service with parameters of type OrderSummary Modifier and Type Method Description voidOrderSummaryService. delete(OrderSummary inOrderStatus)Delete the given order status value.OrderSummaryOrderSummaryService. save(OrderSummary inOrderStatus)Save the order status value.OrderSummaryOrderSummaryService. update(OrderSummary inOrderStatus, Report inReport, ReportBase inReportBase)Update the order status value with the given reports.
-