Class OrderAction

Hierarchy

  • OrderAction

Constructors

Properties

Constructors

Properties

CANCEL: {
    cancel: {};
} = ...

Type declaration

  • cancel: {}
    EXPIRE: {
        expire: {};
    } = ...

    Type declaration

    • expire: {}
      FILL: {
          fill: {};
      } = ...

      Type declaration

      • fill: {}
        PLACE: {
            place: {};
        } = ...

        Type declaration

        • place: {}
          TRIGGER: {
              trigger: {};
          } = ...

          Type declaration

          • trigger: {}

            Generated using TypeDoc