com.optstack.api.strategies

OrderFilterScopeT

class OrderFilterScopeT[T] extends AutoCompleteVisibility

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OrderFilterScopeT
  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 OrderFilterScopeT(legID: String, orderCriteria: <error>, isInstrumentScope: Boolean = false, isSameExpirationForAllLegs: Boolean = true, isSameStrikeForAllLegs: Boolean = false, scaleByQuantity: Boolean)(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. final def atTheMoney(): OrderFilterScopeT[T]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def daysBetweenOptions(minDays: Double, maxDays: Double): OrderFilterScopeT[T]

  10. final def daysToExpiration(minDays: Double, maxDays: Double): OrderFilterScopeT[T]

  11. final def delta(minDelta: Double, maxDelta: Double): OrderFilterScopeT[T]

  12. final def deltaAbs(minDelta: Double, maxDelta: Double): OrderFilterScopeT[T]

  13. def distanceBetweenStrikes(minWidth: Double, maxWidth: Double): OrderFilterScopeT[T]

  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. final def expirationDate(year: Int, month: Int, day: Int = 1): OrderFilterScopeT[T]

  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def gamma(min: Double, max: Double): OrderFilterScopeT[T]

  19. final def gammaAbs(min: Double, max: Double): OrderFilterScopeT[T]

  20. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  22. final def inTheMoneyPercentage(min: Double, max: Double): OrderFilterScopeT[T]

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isWithinDistanceBetweenLegs(lower: <error>, higher: <error>, min: Double, max: Double): Boolean

    Attributes
    protected
    Annotations
    @FunctionInfo()
  25. def isWithinPercentDistanceBetweenLegs(lower: <error>, higher: <error>, minPercent: Double, maxPercent: Double): Boolean

    Attributes
    protected
    Annotations
    @FunctionInfo()
  26. final def isWithinRange(c: <error>, leg: <error>, minPercent: Double, maxPercent: Double): Boolean

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

    Definition Classes
    AnyRef
  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. final def outOfTheMoneyPercentage(min: Double, max: Double): OrderFilterScopeT[T]

  31. def percentDistanceBetweenStrikes(minPercent: Double, maxPercent: Double): OrderFilterScopeT[T]

  32. final def percentStrikeRange(legs: Seq[<error>], minPercent: Double = 1, maxPercent: Double = 1): OrderFilterScopeT[T]

    Annotations
    @FunctionInfo()
  33. final def percentageDistanceFromUnderlying(min: Double, max: Double): OrderFilterScopeT[T]

  34. final def putPercentStrikeRange(callLegs: Seq[<error>], minPercent: Double = 1, maxPercent: Double = 1): OrderFilterScopeT[T]

    Annotations
    @FunctionInfo()
  35. final def requireCallOptionsOTM(callLegs: Seq[<error>]): OrderFilterScopeT[T]

    Annotations
    @FunctionInfo()
  36. final def requirePutOptionsOTM(putLegs: Seq[<error>]): OrderFilterScopeT[T]

    Annotations
    @FunctionInfo()
  37. final def riskReward(min: Double, max: Double): OrderFilterScopeT[T]

  38. final def selectBy(): OrderFilterScopeT[T]

  39. final def strikePrice(min: Double, max: Double): OrderFilterScopeT[T]

  40. final def submitOrder()(implicit scriptCtx: <error>): Unit

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. final def theta(min: Double, max: Double): OrderFilterScopeT[T]

  43. final def thetaAbs(min: Double, max: Double): OrderFilterScopeT[T]

  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. final def vega(min: Double, max: Double): OrderFilterScopeT[T]

  46. final def vegaAbs(min: Double, max: Double): OrderFilterScopeT[T]

  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AutoCompleteVisibility

Inherited from AnyRef

Inherited from Any

Ungrouped