Constructor and Description |
---|
Logic() |
public static BigDecimal countChangesWithSameInstrumentCategory(Change aChange)
public static BigDecimal getActiveChange(Change aChange)
public static BigDecimal getCurrentAmount(Change aChange)
public static BigDecimal getCurrentQuantity(Change aChange)
public static BigDecimal getCurrentWeight(Change aChange)
public static InstrumentCategory getEffectiveCategory(Change aChange)
public static BigDecimal getFutureAmount(Change aChange)
public static BigDecimal getFutureQuantity(Change aChange)
public static BigDecimal getFutureWeight(Change aChange)
public static BigDecimal getLowerLimit(Change aChange)
public static BigDecimal getPortfolioCurrentAmount(Change aChange)
public static BigDecimal getPortfolioFutureAmount(Change aChange)
public static BigDecimal getTargetWeight(Change aChange)
public static BigDecimal getTransactionAmount(Change aChange)
public static BigDecimal getTransactionPrice(Change aChange)
public static BigDecimal getTransactionQuantity(Change aChange)
public static BigDecimal getTransactionSellShare(Change aChange)
public static BigDecimal getTransactionWeight(Change aChange)
public static BigDecimal getUpperLimit(Change aChange)
public static boolean isAllowedToBuy(Change aChange)
public static boolean isAllowedToSell(Change aChange)
public static boolean isAmountChange(Change aChange)
public static boolean isDefault(Change aChange)
public static boolean isForcedToBuy(Change aChange)
public static boolean isForcedToSell(Change aChange)
public static boolean isQuantityChange(Change aChange)
public static boolean isWeightChange(Change aChange)