mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
742 B
742 B
Home > bitburner > StockOrderObject
StockOrderObject interface
Value in map of StockOrder
Signature:
export interface StockOrderObject
Properties
| Property | Type | Description |
|---|---|---|
| position | string | Order position |
| price | number | Price per share |
| shares | number | Number of shares |
| type | string | Order type |