com.lmax.api.orderbook
Interface RiskInfo


public interface RiskInfo

Holds the Risk elements for the instrument.


Method Summary
 FixedPointNumber getMarginRate()
          Get the margin rate as a percentage for this instrument.
 FixedPointNumber getMaximumPosition()
          Get the maximum position that can be held by a retail user on this instrument.
 

Method Detail

getMarginRate

FixedPointNumber getMarginRate()
Get the margin rate as a percentage for this instrument.

Returns:
margin rate.

getMaximumPosition

FixedPointNumber getMaximumPosition()
Get the maximum position that can be held by a retail user on this instrument.

Returns:
maximum position.