| Name | Type | Description | Notes |
|---|---|---|---|
| p | float | The ask price. | [optional] |
| s | int | The ask size. This represents the number of round lot orders at the given ask price. The normal round lot size is 100 shares. An ask size of 2 means there are 200 shares available to purchase at the given ask price. | [optional] |
| t | string | The exchange symbol that this item is traded under. | |
| x | int | The exchange ID. See <a href="https://polygon.io/docs/stocks/get_v3_reference_exchanges\" alt="Exchanges">Exchanges</a> for Polygon.io's mapping of exchange IDs. | [optional] |
| c | int[] | A list of condition codes. | [optional] |
| f | int | The nanosecond accuracy TRF(Trade Reporting Facility) Unix Timestamp. This is the timestamp of when the trade reporting facility received this message. | [optional] |
| i | int[] | A list of indicator codes. | [optional] |
| p | float | The bid price. | [optional] |
| q | int | The sequence number represents the sequence in which message events happened. These are increasing and unique per ticker symbol, but will not always be sequential (e.g., 1, 2, 6, 9, 10, 11). | |
| s | int | The bid size. This represents the number of round lot orders at the given bid price. The normal round lot size is 100 shares. A bid size of 2 means there are 200 shares for purchase at the given bid price. | [optional] |
| t | int | The nanosecond accuracy SIP Unix Timestamp. This is the timestamp of when the SIP received this message from the exchange which produced it. | |
| x | int | The exchange ID. See <a href="https://polygon.io/docs/stocks/get_v3_reference_exchanges\" alt="Exchanges">Exchanges</a> for Polygon.io's mapping of exchange IDs. | [optional] |
| y | int | The nanosecond accuracy Participant/Exchange Unix Timestamp. This is the timestamp of when the quote was actually generated at the exchange. | |
| z | int | There are 3 tapes which define which exchange the ticker is listed on. These are integers in our objects which represent the letter of the alphabet. Eg: 1 = A, 2 = B, 3 = C. * Tape A is NYSE listed securities * Tape B is NYSE ARCA / NYSE American * Tape C is NASDAQ | [optional] |