Class OrderTriggerCondition

Hierarchy

  • OrderTriggerCondition

Constructors

Properties

ABOVE: {
    above: {};
} = ...

Type declaration

  • above: {}
    BELOW: {
        below: {};
    } = ...

    Type declaration

    • below: {}
      TRIGGERED_ABOVE: {
          triggeredAbove: {};
      } = ...

      Type declaration

      • triggeredAbove: {}
        TRIGGERED_BELOW: {
            triggeredBelow: {};
        } = ...

        Type declaration

        • triggeredBelow: {}

          Generated using TypeDoc