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

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
      extended by net.sourceforge.fixagora.buyside.shared.communication.AbstractBuySideResponse
          extended by net.sourceforge.fixagora.buyside.shared.communication.HistoricalBuySideDataResponse
All Implemented Interfaces:
java.io.Serializable

public class HistoricalBuySideDataResponse
extends AbstractBuySideResponse

The Class HistoricalBuySideDataResponse.

See Also:
Serialized Form

Constructor Summary
HistoricalBuySideDataResponse(long buysideQuotePage, byte[] historicalData)
          Instantiates a new historical buy side data response.
 
Method Summary
 long getBuysideQuotePage()
          Gets the buyside quote page.
 byte[] getHistoricalData()
          Gets the historical data.
 void handleBuySideResponse(BuySideResponses buySideResponses)
          Handle buy side response.
 
Methods inherited from class net.sourceforge.fixagora.buyside.shared.communication.AbstractBuySideResponse
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

HistoricalBuySideDataResponse

public HistoricalBuySideDataResponse(long buysideQuotePage,
                                     byte[] historicalData)
Instantiates a new historical buy side data response.

Parameters:
buysideQuotePage - the buyside quote page
historicalData - the historical data
Method Detail

getBuysideQuotePage

public long getBuysideQuotePage()
Gets the buyside quote page.

Returns:
the buyside quote page

getHistoricalData

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

Returns:
the historical data

handleBuySideResponse

public void handleBuySideResponse(BuySideResponses buySideResponses)
Description copied from class: AbstractBuySideResponse
Handle buy side response.

Specified by:
handleBuySideResponse in class AbstractBuySideResponse
Parameters:
buySideResponses - the sell side responses