Class OrderType

Hierarchy

  • OrderType

Constructors

Properties

LIMIT: {
    limit: {};
} = ...

Type declaration

  • limit: {}
    MARKET: {
        market: {};
    } = ...

    Type declaration

    • market: {}
      ORACLE: {
          oracle: {};
      } = ...

      Type declaration

      • oracle: {}
        TRIGGER_LIMIT: {
            triggerLimit: {};
        } = ...

        Type declaration

        • triggerLimit: {}
          TRIGGER_MARKET: {
              triggerMarket: {};
          } = ...

          Type declaration

          • triggerMarket: {}

            Generated using TypeDoc