com.optstack.api.strategies

SizeByFilterT

final class SizeByFilterT extends AutoCompleteVisibility

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SizeByFilterT
  2. AutoCompleteVisibility
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SizeByFilterT(scope: <error>)(implicit scriptCtx: <error>)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def cost(targetCost: Double): Unit

    Size by cost.

    Size by cost. Cost should be negative for debits (i.e. buy stock), and positive for credits (i.e. short stock)

    Annotations
    @FunctionInfo()
  9. final def credit(targetCredit: Double): Unit

    Size by the amount of money received (credit) to acquire position

    Size by the amount of money received (credit) to acquire position

    Annotations
    @FunctionInfo()
  10. final def debit(targetDebit: Double): Unit

    Size by the amount of money spent (debit) to acquire position

    Size by the amount of money spent (debit) to acquire position

    Annotations
    @FunctionInfo()
  11. final def delta(targetDelta: Double): Unit

    Size by delta.

    Size by delta.

    Annotations
    @FunctionInfo()
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def margin(targetMargin: Double): Unit

    Size by margin

    Size by margin

    Annotations
    @FunctionInfo()
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def netRollCost(targetCost: Double)(implicit scriptCtx: <error>): Unit

    Size by net roll cost.

    Size by net roll cost. Cost should be negative for debits (i.e. buy stock), and positive for credits (i.e. short stock)

    Annotations
    @FunctionInfo()
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. final def quantity(quantity: Int): Unit

    Size by quantity (numContracts for options, numShares for stock)

    Size by quantity (numContracts for options, numShares for stock)

    Annotations
    @FunctionInfo()
  24. final def risk(targetRisk: Double): Unit

    Size by max risk

    Size by max risk

    Annotations
    @FunctionInfo()
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AutoCompleteVisibility

Inherited from AnyRef

Inherited from Any

Ungrouped