com.lmax.api.orderbook
Interface UnderlyingInfo


public interface UnderlyingInfo

The underlying asset of the traded instrument, contain information such as symbol, asset class etc.


Method Summary
 java.lang.String getAssetClass()
          Get the asset class of the underlying.
 java.lang.String getIsin()
          Get the ISIN of the underlying instrument.
 java.lang.String getSymbol()
          Get the text symbol used for the instrument.
 

Method Detail

getSymbol

java.lang.String getSymbol()
Get the text symbol used for the instrument.

Returns:
symbol.

getIsin

java.lang.String getIsin()
Get the ISIN of the underlying instrument.

Returns:
isin.

getAssetClass

java.lang.String getAssetClass()
Get the asset class of the underlying.

Returns:
asset class.