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

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

public class NewOrderSingleResponse
extends AbstractSellSideResponse

The Class NewOrderSingleResponse.

See Also:
Serialized Form

Constructor Summary
NewOrderSingleResponse(SellSideNewOrderSingleEntry sellSideNewOrderSingleEntry)
          Instantiates a new new order single response.
NewOrderSingleResponse(SellSideNewOrderSingleEntry sellSideNewOrderSingleEntry, NewOrderSingleRequest newOrderSingleRequest)
          Instantiates a new new order single response.
 
Method Summary
 SellSideNewOrderSingleEntry getSellSideNewOrderSingleEntry()
          Gets the sell side new order single entry.
 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

NewOrderSingleResponse

public NewOrderSingleResponse(SellSideNewOrderSingleEntry sellSideNewOrderSingleEntry)
Instantiates a new new order single response.

Parameters:
sellSideNewOrderSingleEntry - the sell side new order single entry

NewOrderSingleResponse

public NewOrderSingleResponse(SellSideNewOrderSingleEntry sellSideNewOrderSingleEntry,
                              NewOrderSingleRequest newOrderSingleRequest)
Instantiates a new new order single response.

Parameters:
sellSideNewOrderSingleEntry - the sell side new order single entry
newOrderSingleRequest - the new order single request
Method Detail

getSellSideNewOrderSingleEntry

public SellSideNewOrderSingleEntry getSellSideNewOrderSingleEntry()
Gets the sell side new order single entry.

Returns:
the sell side new order single entry

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