Uses of Class
net.sourceforge.fixagora.buyside.shared.communication.HistoricalBuySideDataResponse

Packages that use HistoricalBuySideDataResponse
net.sourceforge.fixagora.buyside.client.control   
net.sourceforge.fixagora.buyside.client.view.editor   
net.sourceforge.fixagora.buyside.shared.communication   
 

Uses of HistoricalBuySideDataResponse in net.sourceforge.fixagora.buyside.client.control
 

Methods in net.sourceforge.fixagora.buyside.client.control with parameters of type HistoricalBuySideDataResponse
 void BuySidePlugin.onHistoricalBuySideDataResponse(HistoricalBuySideDataResponse historicalDataResponse)
           
 

Uses of HistoricalBuySideDataResponse in net.sourceforge.fixagora.buyside.client.view.editor
 

Methods in net.sourceforge.fixagora.buyside.client.view.editor with parameters of type HistoricalBuySideDataResponse
 void BuySideQuotePageEditorChart.onHistoricalDataResponse(HistoricalBuySideDataResponse historicalDataResponse)
          On historical data response.
 void BuySideQuotePageEditor.onHistoricalDataResponse(HistoricalBuySideDataResponse historicalDataResponse)
          On historical data response.
 

Uses of HistoricalBuySideDataResponse in net.sourceforge.fixagora.buyside.shared.communication
 

Methods in net.sourceforge.fixagora.buyside.shared.communication with parameters of type HistoricalBuySideDataResponse
 void BuySideResponses.onHistoricalBuySideDataResponse(HistoricalBuySideDataResponse historicalDataResponse)
          On historical buy side data response.