Name | Type | Description |
---|---|---|
Symbol | string | The ticker symbol |
Timestamp | DateTime? | The UTC timestamp at the time of the trade. |
Price | decimal? | The price of the trade. |
Size | decimal? | The size of the trade. |
TotalVolume | decimal? | The total volume of the symbol for the day up to the timestamp point in time. |
MarketCenter | string | The market center for the trade. |
Condition | string | The condition of the trade. |
IsDarkpool | bool? | If the trade was darkpool or not. |