bitburner-src/markdown/bitburner.ordertype.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

341 B

Home > bitburner > OrderType

OrderType type

All possible stock market order type.

Signature:

type OrderType = "limitbuy" | "limitsell" | "stopbuy" | "stopsell";