net.sourceforge.fixagora.buyside.shared.communication
Interface BuySideResponses

All Superinterfaces:
AbstractResponses
All Known Implementing Classes:
BuySidePlugin

public interface BuySideResponses
extends AbstractResponses

The Interface BuySideResponses.


Method Summary
 void onBuySideQuoteRequestResponse(BuySideQuoteRequestResponse quoteRequestResponse)
          On buy side quote request response.
 void onHistoricalBuySideDataResponse(HistoricalBuySideDataResponse historicalDataResponse)
          On historical buy side data response.
 void onNewOrderSingleResponse(NewOrderSingleResponse newOrderSingleResponse)
          On new order single response.
 void onUpdateSellSideMDInputEntryResponse(UpdateBuySideMDInputEntryResponse updateSellSideMDInputEntryResponse)
          On update sell side md input entry response.
 

Method Detail

onUpdateSellSideMDInputEntryResponse

void onUpdateSellSideMDInputEntryResponse(UpdateBuySideMDInputEntryResponse 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

onHistoricalBuySideDataResponse

void onHistoricalBuySideDataResponse(HistoricalBuySideDataResponse historicalDataResponse)
On historical buy side data response.

Parameters:
historicalDataResponse - the historical data response

onBuySideQuoteRequestResponse

void onBuySideQuoteRequestResponse(BuySideQuoteRequestResponse quoteRequestResponse)
On buy side quote request response.

Parameters:
quoteRequestResponse - the quote request response