Class LimitTradesTermIssuerSell


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



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LimitTradesTermIssuerSell

      public LimitTradesTermIssuerSell​(java.lang.String name, Scope scope, Unit unit, double minimum, double maximum, double[] issuerSelectionArray, double[] initialHoldingsArray) throws java.lang.Exception
      LimitTradesTermIssuerSell 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