|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrderInfo | |
|---|---|
| org.marketcetera.ors | Main classes for the order routing system server. |
| Uses of OrderInfo in org.marketcetera.ors |
|---|
| Classes in org.marketcetera.ors that implement OrderInfo | |
|---|---|
class |
OrderInfoBase<T extends OrderInfoCache>
A foundation order information class for entries in an OrderInfoCache cache. |
class |
SimpleOrderInfo
An entry for order information in a SimpleOrderInfoCache
cache. |
| Methods in org.marketcetera.ors that return OrderInfo | |
|---|---|
OrderInfo |
ReplyPersister.addOutgoingOrder(Message msg,
UserID actorID)
Adds the given outgoing order message, with the given actorID, to the receiver's cache, and returns the new cache entry. |
OrderInfo |
OrderInfoCache.get(OrderID orderID)
Returns the receiver's entry for the order with the given ID. |
OrderInfo |
OrderInfoCache.put(OrderID orderID,
OrderID origOrderID,
UserID actorID)
Adds (and returns) a new entry to the receiver for an order with the given self and parent IDs, and the given actor ID. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||