OrderPool Interface
- public interface OrderPool
extends Pool
Represents a collection of OrderObject(s). The OrderPool
interface provides methods for querying the underlying objects
and also to remove objects from the working collection.
-
All Known Implementing Classes
-
OrderPoolImpl
-
All Superinterfaces
-
Pool
getByPrice(OrderQuery) Method
public OrderQuery getByPrice(OrderQuery query)
getCurrentSize() Method
public int getCurrentSize()
getQuote() Method
public Quote getQuote()
set(PricingContext, Quote) Method
public void set(PricingContext context,
Quote quote)
toString(int) Method
public String toString(int control)