com.lmax.api.orderbook
Interface HistoricMarketDataEvent


public interface HistoricMarketDataEvent

A event that contains requested historic market data for an instrument.


Method Summary
 java.lang.String getInstructionId()
          The instruction ID supplied with the request for historic market data.
 java.util.List<java.net.URL> getUrls()
          The URLs to the historic market data.
 

Method Detail

getInstructionId

java.lang.String getInstructionId()
The instruction ID supplied with the request for historic market data.

Returns:
instruction id.

getUrls

java.util.List<java.net.URL> getUrls()
The URLs to the historic market data. Note that the request must be authenticated to download this data by supplying the session cookie.

Returns:
the list of URLs to the historic market data.