public interface Limit extends BusinessObject
Modifier and Type | Interface and Description |
---|---|
static class |
Limit.Logic |
Modifier and Type | Method and Description |
---|---|
InstrumentCategory |
getInstrumentCategory() |
BigDecimal |
getLower() |
BigDecimal |
getPrecision() |
PortfolioProfile |
getProfile() |
BigDecimal |
getTarget() |
BigDecimal |
getTargetValue() |
BigDecimal |
getUpper() |
toDisplayString
InstrumentCategory getInstrumentCategory()
BigDecimal getPrecision()
PortfolioProfile getProfile()
BigDecimal getTarget()
BigDecimal getTargetValue()
BigDecimal getLower()
BigDecimal getUpper()