com.lmax.api.orderbook
Interface ContractInfo


public interface ContractInfo

Holds the information about the contract for this instrument.


Method Summary
 FixedPointNumber getContractSize()
          Get the contract size.
 java.lang.String getCurrency()
          Get the currency this instrument is traded in.
 java.lang.String getUnitOfMeasure()
          Get the name of the units being traded, e.g.
 FixedPointNumber getUnitPrice()
          Get the price for a single contract unit.
 

Method Detail

getCurrency

java.lang.String getCurrency()
Get the currency this instrument is traded in.

Returns:
currency.

getUnitPrice

FixedPointNumber getUnitPrice()
Get the price for a single contract unit.

Returns:
unit price.

getUnitOfMeasure

java.lang.String getUnitOfMeasure()
Get the name of the units being traded, e.g. barrels of oil, US dollars

Returns:
unit of measure.

getContractSize

FixedPointNumber getContractSize()
Get the contract size.

Returns:
contract size.