[Home](./index.md) > [bitburner](./bitburner.md) > [OrderPosition](./bitburner.orderposition.md) ## OrderPosition type All possible stock market order positions. Signature: ```typescript type OrderPosition = "long" | "short"; ```