Package com.longport.trade
Class MarginRatio
- java.lang.Object
-
- com.longport.trade.MarginRatio
-
public class MarginRatio extends Object
-
-
Constructor Summary
Constructors Constructor Description MarginRatio()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getFmFactor()
BigDecimal
getImFactor()
BigDecimal
getMmFactor()
String
toString()
-
-
-
Method Detail
-
getImFactor
public BigDecimal getImFactor()
-
getMmFactor
public BigDecimal getMmFactor()
-
getFmFactor
public BigDecimal getFmFactor()
-
-