bitburner-src/markdown/bitburner.stockorder.md

19 lines
509 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. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [StockOrder](./bitburner.stockorder.md)
## StockOrder type
2021-10-30 21:46:34 +02:00
Return value of [getOrders](./bitburner.tix.getorders.md)
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
type StockOrder = {
/** Stock Symbol */
[key in StockSymbol]?: StockOrderObject[];
};
```
<b>References:</b> [StockSymbol](./bitburner.stocksymbol.md)<!-- -->, [StockOrderObject](./bitburner.stockorderobject.md)