Uses of Class
net.sourceforge.fixpusher.model.FIXProperties

Packages that use FIXProperties
net.sourceforge.fixpusher.control Provides classes to control the application. 
net.sourceforge.fixpusher.model.log Provides classes defining the data structure of the message blotter. 
net.sourceforge.fixpusher.view Provides swing classes visualizing this application. 
 

Uses of FIXProperties in net.sourceforge.fixpusher.control
 

Methods in net.sourceforge.fixpusher.control with parameters of type FIXProperties
 boolean ExcelExport.exportToExcel(java.lang.String fileName, quickfix.Message message, FIXProperties fixProperties)
          Export to excel.
 

Constructors in net.sourceforge.fixpusher.control with parameters of type FIXProperties
FIXConnector(FIXProperties fixProperties, LogTableModel logTableModel)
          Instantiates a new fIX connector.
 

Uses of FIXProperties in net.sourceforge.fixpusher.model.log
 

Constructors in net.sourceforge.fixpusher.model.log with parameters of type FIXProperties
LogTableModel(FIXProperties fixProperties)
          Instantiates a new log table model.
 

Uses of FIXProperties in net.sourceforge.fixpusher.view
 

Methods in net.sourceforge.fixpusher.view that return FIXProperties
 FIXProperties TopPanel.getFixProperties()
          Gets the fix properties.
 FIXProperties MainPanel.getFixProperties()
          Gets the fix properties.
 

Constructors in net.sourceforge.fixpusher.view with parameters of type FIXProperties
MainPanel(FIXProperties fixProperties, LogTableModel logTableModel)
          Instantiates a new main panel.
TopPanel(FIXProperties fixProperties, FIXConnector fixConnector, MainPanel mainPanel)
          Instantiates a new top panel.