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() |
toDisplayStringInstrumentCategory getInstrumentCategory()
BigDecimal getPrecision()
PortfolioProfile getProfile()
BigDecimal getTarget()
BigDecimal getTargetValue()
BigDecimal getLower()
BigDecimal getUpper()