net.sourceforge.fixpusher.control
Class ExcelExport

java.lang.Object
  extended by net.sourceforge.fixpusher.control.ExcelExport

public class ExcelExport
extends java.lang.Object

The Class ExcelExport.


Constructor Summary
ExcelExport()
          Instantiates a new excel export.
 
Method Summary
 boolean exportToExcel(java.lang.String fileName, quickfix.Message message, FIXProperties fixProperties)
          Export to excel.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelExport

public ExcelExport()
Instantiates a new excel export.

Method Detail

exportToExcel

public boolean exportToExcel(java.lang.String fileName,
                             quickfix.Message message,
                             FIXProperties fixProperties)
Export to excel.

Parameters:
fileName - the file name
message - the message
fixProperties - the fix properties
Returns:
true, if successful