Package net.commerce.zocalo.orders

These classes describe market orders stored (in a book) for later use.

See:
          Description

Class Summary
Order An Order by a User to buy a quantity of an asset at a particular price.
OrdersIterator Iterator for Orders.
SortedOrders A collection of Orders on a single asset.
 

Package net.commerce.zocalo.orders Description

These classes describe market orders stored (in a book) for later use. Orders represent an order, while SortedOrders represents a collection of Orders on a single position that can find the best order and report on the best price and quantity available at that price. OrdersIterator iterates orders by price.

OrdersPrintStrategy is the base class for three classes that provide different strategies for printing orders interchangeably: PQOrdersPrintStrategy, PriceOnlyOrdersPrintStrategy, and NoCancelOrdersPrintStrategy.

© Copyright 2007 Chris Hibbert. All rights reserved.
© 2006 CommerceNet Consortium, LLC.

This software is published under the terms of the MIT license, a copy
of which has been included with this distribution in the LICENSE file.