The API endpoint realtime snapshot of pending orders details of an account
Results Explained
Attribute | Type | Description |
---|---|---|
| array | Array of resting orders. |
| string | Order ID. |
| string | Order number. |
| string | Timestamp of when order was created. |
| string | Ticker symbol for order. |
| number | Cumulative quantity of shares filled. a.k.a how many shares have been filled thus far |
| string | Order status. Options:
|
| string | Order type. Options:
|
| number | Quantity of shares requested up to 8 decimal places |
| number | Amount of cash requested for an order (fractional shares only). |
| number | Average price. |
| string | Side of position. Options:
|
| string | Expiration of order (limits only). |
| number | Limit price entered (limits only). |
| number | MIT price entered (MITs only) |
| number | Stop price entered (stops only). |