Uses of Class
net.sourceforge.fixagora.excel.shared.communication.ExcelTradeCaptureEntry

Packages that use ExcelTradeCaptureEntry
net.sourceforge.fixagora.excel.client.model.editor   
net.sourceforge.fixagora.excel.server.control.component   
net.sourceforge.fixagora.excel.shared.communication   
 

Uses of ExcelTradeCaptureEntry in net.sourceforge.fixagora.excel.client.model.editor
 

Methods in net.sourceforge.fixagora.excel.client.model.editor that return ExcelTradeCaptureEntry
 ExcelTradeCaptureEntry ExcelTradeCaptureEditorMonitorTableModel.getEntryForRow()
          Gets the entry for row.
 

Methods in net.sourceforge.fixagora.excel.client.model.editor that return types with arguments of type ExcelTradeCaptureEntry
 java.util.List<ExcelTradeCaptureEntry> ExcelTradeCaptureEditorMonitorTableModel.getExcelTradeCaptureEntries()
          Gets the excel trade capture entries.
 

Uses of ExcelTradeCaptureEntry in net.sourceforge.fixagora.excel.server.control.component
 

Methods in net.sourceforge.fixagora.excel.server.control.component that return types with arguments of type ExcelTradeCaptureEntry
 java.util.Collection<ExcelTradeCaptureEntry> ExcelTradeCaptureComponentHandler.onOpenExcelTradeCaptureRequest(OpenExcelTradeCaptureRequest openExcelTradeCaptureRequest, org.jboss.netty.channel.Channel channel)
          On open excel trade capture request.
 

Methods in net.sourceforge.fixagora.excel.server.control.component with parameters of type ExcelTradeCaptureEntry
 void ExcelTradeCaptureComponentHandler.removeExcelTradeCaptureEntry(ExcelTradeCaptureEntry excelTradeCaptureEntry)
          Removes the excel trade capture entry.
 

Uses of ExcelTradeCaptureEntry in net.sourceforge.fixagora.excel.shared.communication
 

Methods in net.sourceforge.fixagora.excel.shared.communication that return ExcelTradeCaptureEntry
 ExcelTradeCaptureEntry ExcelTradeCaptureEntryResponse.getExcelTradeCaptureEntry()
          Gets the excel trade capture entry.
 

Methods in net.sourceforge.fixagora.excel.shared.communication that return types with arguments of type ExcelTradeCaptureEntry
 java.util.Collection<ExcelTradeCaptureEntry> OpenExcelTradeCaptureResponse.getCaptureEntries()
          Gets the capture entries.
 java.util.List<ExcelTradeCaptureEntry> ExcelTradeCaptureEntryRequest.getTradeCaptureEntries()
          Gets the trade capture entries.
 

Constructors in net.sourceforge.fixagora.excel.shared.communication with parameters of type ExcelTradeCaptureEntry
ExcelTradeCaptureEntryResponse(ExcelTradeCaptureEntry tradeCaptureEntry)
          Instantiates a new excel trade capture entry response.
ExcelTradeCaptureEntryResponse(ExcelTradeCaptureEntry tradeCaptureEntry, ExcelTradeCaptureEntryRequest tradeCaptureEntryRequest)
          Instantiates a new excel trade capture entry response.
 

Constructor parameters in net.sourceforge.fixagora.excel.shared.communication with type arguments of type ExcelTradeCaptureEntry
ExcelTradeCaptureEntryRequest(java.util.List<ExcelTradeCaptureEntry> tradeCaptureEntries, long requestID)
          Instantiates a new excel trade capture entry request.
OpenExcelTradeCaptureResponse(OpenExcelTradeCaptureRequest openTradeCaptureRequest, java.util.Collection<ExcelTradeCaptureEntry> captureEntries)
          Instantiates a new open excel trade capture response.