bitburner-src/markdown/bitburner.stockorder.md

16 lines
432 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)
2021-11-03 05:33:14 +01:00
## StockOrder interface
2021-10-30 18:34:14 +02:00
2021-10-30 21:46:34 +02:00
Return value of [getOrders](./bitburner.tix.getorders.md)
2022-01-16 00:39:37 +01:00
Keys are stock symbols, properties are arrays of [StockOrderObject](./bitburner.stockorderobject.md)
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
export interface StockOrder
2021-10-30 18:34:14 +02:00
```