OrderStatus
enum backtide.backtest.OrderStatus
The resolution status of a processed order.
- filled
- canceled
- rejected
- pending
See Also
A record of an order as resolved by the engine.
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.
|