net.sourceforge.jasa.report
Class CSVReport

java.lang.Object
  extended by net.sourceforge.jasa.report.AbstractAuctionReport
      extended by net.sourceforge.jasa.report.DataWriterReport
          extended by net.sourceforge.jasa.report.CSVReport
All Implemented Interfaces:
java.io.Serializable, AuctionReport

Deprecated.

public class CSVReport
extends DataWriterReport

A historicalDataReport that records data in CSV (comma-separated values) files.

Parameters

base.quotelogfile
string
(the filename to store the quote data)
base.shoutlogfile
string
(the filename to store the shout data)
base.translogfile
string
(the filename to store the transaction price data)

See Also:
Serialized Form
 

Field Summary
static java.lang.String P_DEF_BASE
          Deprecated.  
 
Fields inherited from class net.sourceforge.jasa.report.DataWriterReport
askLog, askQuoteLog, bidLog, bidQuoteLog, transPriceLog
 
Fields inherited from class net.sourceforge.jasa.report.AbstractAuctionReport
auction
 
Constructor Summary
CSVReport()
          Deprecated.  
 
Method Summary
 void setCSVAskLog(java.io.OutputStream stream)
          Deprecated. Assign an output stream for logging shouts in comma-separated variable (CSV) format.
 void setCSVAskQuoteLog(java.io.OutputStream stream)
          Deprecated. Assign an output stream for logging market quote data in comma-separated variable (CSV) format.
 void setCSVBidLog(java.io.OutputStream stream)
          Deprecated.  
 void setCSVBidQuoteLog(java.io.OutputStream stream)
          Deprecated. Assign an output stream for logging market quote data in comma-separated variable (CSV) format.
 void setCSVTransPriceLog(java.io.OutputStream stream)
          Deprecated. Assign an output stream for logging transaction price data in CSV format.
 
Methods inherited from class net.sourceforge.jasa.report.DataWriterReport
dataUpdated, eventOccurred, produceUserOutput, reset, updateQuoteLog, updateShoutLog, updateTransPriceLog
 
Methods inherited from class net.sourceforge.jasa.report.AbstractAuctionReport
getAuction, getName, getVariableBindings, setAuction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P_DEF_BASE

public static final java.lang.String P_DEF_BASE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

CSVReport

public CSVReport()
Deprecated. 
Method Detail

setCSVAskQuoteLog

public void setCSVAskQuoteLog(java.io.OutputStream stream)
Deprecated. 
Assign an output stream for logging market quote data in comma-separated variable (CSV) format.


setCSVBidQuoteLog

public void setCSVBidQuoteLog(java.io.OutputStream stream)
Deprecated. 
Assign an output stream for logging market quote data in comma-separated variable (CSV) format.


setCSVAskLog

public void setCSVAskLog(java.io.OutputStream stream)
Deprecated. 
Assign an output stream for logging shouts in comma-separated variable (CSV) format. This can significantly impact the performance of an market.


setCSVBidLog

public void setCSVBidLog(java.io.OutputStream stream)
Deprecated. 

setCSVTransPriceLog

public void setCSVTransPriceLog(java.io.OutputStream stream)
Deprecated. 
Assign an output stream for logging transaction price data in CSV format.