Uses of Class
eds.model.Order
Packages that use Order
-
Uses of Order in eds.model
Modifier and TypeMethodDescriptionIMatchEngine.MatchResult.completedOrders()Returns the value of thecompletedOrdersrecord component.OrderBook.getBestAskOrder()Returns the best ask order currently resting in the book.OrderBook.getBestBidOrder()Returns the best bid order currently resting in the book.Modifier and TypeMethodDescriptionvoidAdds a LIMIT order to the appropriate side of the order book.voidvoidStatisticsCollector.completion(Order order, double completionTime) Attempts to match an incoming order against the order book.Processes an incoming order and attempts to match it against the order book.voidOrderBook.removeOrder(Order order) Removes a specific order from the book.