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

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.CloseQuotePageResponse
All Implemented Interfaces:
java.io.Serializable

public class CloseQuotePageResponse
extends AbstractBuySideResponse

The Class CloseQuotePageResponse.

See Also:
Serialized Form

Constructor Summary
CloseQuotePageResponse(CloseQuotePageRequest closeQuotePageRequest)
          Instantiates a new close quote page response.
 
Method Summary
 void handleBuySideResponse(BuySideResponses sellSideResponses)
          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

CloseQuotePageResponse

public CloseQuotePageResponse(CloseQuotePageRequest closeQuotePageRequest)
Instantiates a new close quote page response.

Parameters:
closeQuotePageRequest - the close quote page request
Method Detail

handleBuySideResponse

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

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