Class LimitTradesTermIssuerTotal


public class LimitTradesTermIssuerTotal
extends LimitTradesTermIssuer
LimitTradesTermIssuerTotal abstracts the Issuer Targets the Count of Total Portfolio Trades.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitTradesTermIssuerTotal

      public LimitTradesTermIssuerTotal​(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, double[] issuerSelectionArray, double[] initialHoldingsArray) throws java.lang.Exception
      LimitTradesTermIssuerTotal Constructor
      Parameters:
      name - Name of the LimitTradesTermIssuerNet Constraint
      scope - Scope of the LimitTradesTermIssuerNet Constraint
      unit - Unit of the LimitTradesTermIssuerNet Constraint
      minimum - Minimum Value for the Constraint
      maximum - Maximum Value for the Constraint
      issuerSelectionArray - Issuer Selection Flag Array
      initialHoldingsArray - Initial Holdings Array
      Throws:
      java.lang.Exception - Thrown if the Inputs are Inconsistent/Invalid
  • Method Details