|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideResponse
net.sourceforge.fixagora.sellside.shared.communication.HistoricalSellSideDataResponse
public class HistoricalSellSideDataResponse
The Class HistoricalSellSideDataResponse.
Constructor Summary | |
---|---|
HistoricalSellSideDataResponse(long sellsideQuotePage,
byte[] historicalData)
Instantiates a new historical sell side data response. |
Method Summary | |
---|---|
byte[] |
getHistoricalData()
Gets the historical data. |
long |
getSellsideQuotePage()
Gets the sellside quote page. |
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 |
---|
public HistoricalSellSideDataResponse(long sellsideQuotePage, byte[] historicalData)
sellsideQuotePage
- the sellside quote pagehistoricalData
- the historical dataMethod Detail |
---|
public long getSellsideQuotePage()
public byte[] getHistoricalData()
public void handleSellSideResponse(SellSideResponses sellSideResponses)
AbstractSellSideResponse
handleSellSideResponse
in class AbstractSellSideResponse
sellSideResponses
- the sell side responses
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |