Deprecated API


Contents
Deprecated Classes
net.sourceforge.jasa.report.AbstractMarketStatsReport
            
net.sourceforge.jasa.market.auctioneer.ContinuousDoubleAuctioneerEE
          GenericDoubleAuctioneer with EquilibriumBeatingAcceptingPolicy should be used.

An auctioneer for a double market with continuous clearing and equlibrium price estimation.

The clearing operation is performed every time a shout arrives. Shouts must beat the current quote and be at the right side of the estimated equilibrium price in order to be accepted.

Parameters

base .memorysize
int >=1
(how many recent transaction prices memorized to get the average as the esimated equilibrium) base .delta
0 <=double <=1
(relaxing the restriction put by the estimated equilibrium price )
 
net.sourceforge.jasa.report.CSVReport
            
net.sourceforge.jasa.report.HistoricalDataReport
           
net.sourceforge.jasa.market.auctioneer.PeriodicClearingHouseAuctioneer
            
net.sourceforge.jasa.report.ReportVariable
          See net.sourceforge.jabm.report.ReportVariables 
net.sourceforge.jasa.report.ReportVariableBoard
            
net.sourceforge.jasa.report.ReportVariableBoardUpdater
          See ReportVariables interface and its implementors. 
net.sourceforge.jasa.report.TransactionPriceTimeSeriesReport
          Replaced by TransactionPriceReportVariables 
 

Deprecated Methods
net.sourceforge.jasa.report.ReportVariableBoardUpdater.getVariables()