Skip to content

OrderStatus


enum backtide.backtest.OrderStatus

The resolution status of a processed order.

  • filled
  • canceled
  • rejected
  • pending


See Also

OrderRecord

A record of an order as resolved by the engine.

RunResult

Result of running a single strategy as part of an experiment.


Methods

description A short human-readable description of this status.


method description()

A short human-readable description of this status.

Returns

str

Description of the variant.