net.sourceforge.fixagora.sellside.shared.communication
Class HistoricalSellSideDataResponse

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
      extended by net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideResponse
          extended by net.sourceforge.fixagora.sellside.shared.communication.HistoricalSellSideDataResponse
All Implemented Interfaces:
java.io.Serializable

public class HistoricalSellSideDataResponse
extends AbstractSellSideResponse

The Class HistoricalSellSideDataResponse.

See Also:
Serialized Form

Constructor Summary
HistoricalSellSideDataResponse(long sellsideQuotePage, byte[] historicalData)
          Instantiates a new historical sell side data response.
 
Method Summary
 byte[] getHistoricalData()
          Gets the historical data.
 long getSellsideQuotePage()
          Gets the sellside quote page.
 void handleSellSideResponse(SellSideResponses sellSideResponses)
          Handle sell side response.
 
Methods inherited from class net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideResponse
handleAbstractResponse
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
getRequestID, getTimestamp, setTimestamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoricalSellSideDataResponse

public HistoricalSellSideDataResponse(long sellsideQuotePage,
                                      byte[] historicalData)
Instantiates a new historical sell side data response.

Parameters:
sellsideQuotePage - the sellside quote page
historicalData - the historical data
Method Detail

getSellsideQuotePage

public long getSellsideQuotePage()
Gets the sellside quote page.

Returns:
the sellside quote page

getHistoricalData

public byte[] getHistoricalData()
Gets the historical data.

Returns:
the historical data

handleSellSideResponse

public void handleSellSideResponse(SellSideResponses sellSideResponses)
Description copied from class: AbstractSellSideResponse
Handle sell side response.

Specified by:
handleSellSideResponse in class AbstractSellSideResponse
Parameters:
sellSideResponses - the sell side responses