|
||||||||||
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.buyside.shared.communication.AbstractBuySideResponse
net.sourceforge.fixagora.buyside.shared.communication.HistoricalBuySideDataResponse
public class HistoricalBuySideDataResponse
The Class HistoricalBuySideDataResponse.
Constructor Summary | |
---|---|
HistoricalBuySideDataResponse(long buysideQuotePage,
byte[] historicalData)
Instantiates a new historical buy side data response. |
Method Summary | |
---|---|
long |
getBuysideQuotePage()
Gets the buyside quote page. |
byte[] |
getHistoricalData()
Gets the historical data. |
void |
handleBuySideResponse(BuySideResponses buySideResponses)
Handle buy side response. |
Methods inherited from class net.sourceforge.fixagora.buyside.shared.communication.AbstractBuySideResponse |
---|
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 HistoricalBuySideDataResponse(long buysideQuotePage, byte[] historicalData)
buysideQuotePage
- the buyside quote pagehistoricalData
- the historical dataMethod Detail |
---|
public long getBuysideQuotePage()
public byte[] getHistoricalData()
public void handleBuySideResponse(BuySideResponses buySideResponses)
AbstractBuySideResponse
handleBuySideResponse
in class AbstractBuySideResponse
buySideResponses
- the sell side responses
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |