net.sourceforge.fixagora.sellside.shared.communication
Interface SellSideResponses

All Superinterfaces:
AbstractResponses
All Known Implementing Classes:
SellSidePlugin

public interface SellSideResponses
extends AbstractResponses

The Interface SellSideResponses.


Method Summary
 void onHistoricalSellSideDataResponse(HistoricalSellSideDataResponse historicalSellSideDataResponse)
          On historical sell side data response.
 void onNewOrderSingleResponse(NewOrderSingleResponse newOrderSingleResponse)
          On new order single response.
 void onSellSideQuoteRequestResponse(SellSideQuoteRequestResponse sellSideQuoteRequestResponse)
          On sell side quote request response.
 void onUpdateSellSideMDInputEntryResponse(UpdateSellSideMDInputEntryResponse updateSellSideMDInputEntryResponse)
          On update sell side md input entry response.
 

Method Detail

onUpdateSellSideMDInputEntryResponse

void onUpdateSellSideMDInputEntryResponse(UpdateSellSideMDInputEntryResponse updateSellSideMDInputEntryResponse)
On update sell side md input entry response.

Parameters:
updateSellSideMDInputEntryResponse - the update sell side md input entry response

onNewOrderSingleResponse

void onNewOrderSingleResponse(NewOrderSingleResponse newOrderSingleResponse)
On new order single response.

Parameters:
newOrderSingleResponse - the new order single response

onHistoricalSellSideDataResponse

void onHistoricalSellSideDataResponse(HistoricalSellSideDataResponse historicalSellSideDataResponse)
On historical sell side data response.

Parameters:
historicalSellSideDataResponse - the historical sell side data response

onSellSideQuoteRequestResponse

void onSellSideQuoteRequestResponse(SellSideQuoteRequestResponse sellSideQuoteRequestResponse)
On sell side quote request response.

Parameters:
sellSideQuoteRequestResponse - the sell side quote request response