LayerAkira documentation
  • about
    • Overview
    • Trading pairs
    • Fees
    • Glossary
    • FAQ
  • integration
    • Technical Overview
      • Fee types
      • Exchange flow
      • Trading pipeline
      • Trading accounts
      • Ecosystem Book
        • Direct user interactions
      • Router Book
      • Routers
        • Rewards and penalties
        • Router flow
      • Signature
    • Trading
      • Fees
      • Order
        • Order structure
        • Order status
        • Self trade prevention modes (STP modes)
        • Execution semantic
      • Deposit
      • Withdraw
      • Increase Nonce
      • Matching engine status
    • Endpoints
      • Common
      • Auth
      • Get endpoints
      • Post endpoints
      • Responses
      • Stream subscriptions
      • Withdraw money
      • Increase nonce
    • Smart Contact
      • Methods
      • Structures
      • Events
    • SDK
      • Python CLI
    • Testnet
  • Legal
    • Terms of Service
Powered by GitBook
On this page
  1. integration
  2. Trading
  3. Order

Order status

PreviousOrder structureNextSelf trade prevention modes (STP modes)

Last updated 9 months ago

Order statuses on Exchange:

  • ACC = order accepted by the Exchange

  • OPEN = order successfully inserted into the order book

  • SCHEDULED_CANCEL = order scheduled to be cancelled

  • CANCELLED = order was successfully cancelled and removed from the order book

  • PARTIALLY_FILLED = order was partially filled

  • FILLED = order was fully filled

  • CLOSED = order was closed (in case of taker orders)

  • NOT_PROCESSED = order not yet processed by matching engine or order was invalid and rejected by exchange

  • EXPIRED = order might expire in case of

Additional statutes that are only used in fill

  • FAILED_ROLLUP = part of the order (trade) has failed due to an issue

  • REIMBURSE = part of the order has failed (trade) due to an issue, compensation will be provided to the maker providing liquidity for the affected trade (see Penalties section )

STP
streams
here