bitburner-src/markdown/bitburner.orderposition.md

14 lines
329 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2021-10-30 21:46:34 +02:00
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [OrderPosition](./bitburner.orderposition.md)
2021-10-30 18:34:14 +02:00
2021-10-30 21:46:34 +02:00
## OrderPosition type
All possible stock market order positions.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
2021-10-30 21:46:34 +02:00
type OrderPosition = "long" | "short";
2021-10-30 18:34:14 +02:00
```