Package net.commerce.zocalo.history

Display trading history to the user.

See:
          Description

Class Summary
BookTradeRec BookTradeRec represents a single trade between a new order and an existing BookOrder.
CostAccounter Compute costs of acquiring positions.
MarketTradeRec MarketTradeRec represents a single step in a trade between a new order and a MarketMaker.
PriceChangeRec PriceChangeRec represents a price change not associated with a trade as a result of the addition or withdrawal of a book order.
PriceHistory PriceHistory records trades for the new Transaction history mechanism.
PriceHistoryRecord PriceHistoryRecord is a start on a framework for tracking trading history.
TradeRec TradeRec is the abstract base class for MarketTradeRec and BookTradeRec.
TransactionRec TransactionRec represents a complete transaction, which may include multiple book and market trades when a single new order consumes more than a single book order or both book orders and MarketMaker offers.
 

Package net.commerce.zocalo.history Description

Display trading history to the user. TradeHistory currently displays all transactions, and will eventually provide sorting and filtering choices. CostAccounter calculates the costs of bought and sold shares, and gains or losses. The other classes here are a start on a new framework for recording trade history.


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

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.