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

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
      extended by net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideResponse
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CloseQuoteMonitorResponse, CloseSellSideBookResponse, HistoricalSellSideDataResponse, NewOrderSingleResponse, OpenQuoteMonitorResponse, OpenSellSideBookResponse, SellSideQuoteRequestResponse, UpdateSellSideMDInputEntryResponse

public abstract class AbstractSellSideResponse
extends AbstractResponse

The Class AbstractSellSideResponse.

See Also:
Serialized Form

Constructor Summary
AbstractSellSideResponse(AbstractRequest abstractRequest)
          Instantiates a new abstract sell side response.
 
Method Summary
 void handleAbstractResponse(AbstractResponses abstractResponses)
          Handle abstract response.
abstract  void handleSellSideResponse(SellSideResponses sellSideResponses)
          Handle sell side response.
 
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

AbstractSellSideResponse

public AbstractSellSideResponse(AbstractRequest abstractRequest)
Instantiates a new abstract sell side response.

Parameters:
abstractRequest - the abstract request
Method Detail

handleAbstractResponse

public void handleAbstractResponse(AbstractResponses abstractResponses)
Description copied from class: AbstractResponse
Handle abstract response.

Specified by:
handleAbstractResponse in class AbstractResponse
Parameters:
abstractResponses - the abstract responses

handleSellSideResponse

public abstract void handleSellSideResponse(SellSideResponses sellSideResponses)
Handle sell side response.

Parameters:
sellSideResponses - the sell side responses