bitburner-src/markdown/bitburner.ordertype.md

23 lines
577 B
Markdown
Raw Permalink Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2023-06-21 00:25:27 +02:00
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [OrderType](./bitburner.ordertype.md)
2023-06-21 00:25:27 +02:00
## OrderType enum
**Signature:**
```typescript
2023-06-21 00:25:27 +02:00
declare enum OrderType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| LimitBuy | <code>&quot;Limit Buy Order&quot;</code> | |
| LimitSell | <code>&quot;Limit Sell Order&quot;</code> | |
| StopBuy | <code>&quot;Stop Buy Order&quot;</code> | |
| StopSell | <code>&quot;Stop Sell Order&quot;</code> | |