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

Packages that use ExcelTradeCaptureEntryRequest
net.sourceforge.fixagora.excel.server.control   
net.sourceforge.fixagora.excel.shared.communication   
 

Uses of ExcelTradeCaptureEntryRequest in net.sourceforge.fixagora.excel.server.control
 

Methods in net.sourceforge.fixagora.excel.server.control with parameters of type ExcelTradeCaptureEntryRequest
 void ExcelRequestHandler.onExcelTradeCaptureEntryRequest(ExcelTradeCaptureEntryRequest excelTradeCaptureEntryRequest, org.jboss.netty.channel.Channel channel)
           
 

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

Methods in net.sourceforge.fixagora.excel.shared.communication with parameters of type ExcelTradeCaptureEntryRequest
 void ExcelRequests.onExcelTradeCaptureEntryRequest(ExcelTradeCaptureEntryRequest excelTradeCaptureEntryRequest, org.jboss.netty.channel.Channel channel)
          On excel trade capture entry request.
 

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