
[//]: # (CLASS:SecurityTrades)

[//]: # (KIND:object)

### SecurityTrades

#### Properties

[//]: # (START_DEFINITION)

Name | Type | Description
------------ | ------------- | -------------
**symbol** | String | The ticker symbol &nbsp;
**timestamp** | Date | The UTC timestamp at the time of the trade. &nbsp;
**price** | Number | The price of the trade. &nbsp;
**size** | Number | The size of the trade. &nbsp;
**totalVolume** | Number | The total volume of the symbol for the day up to the timestamp point in time. &nbsp;
**marketCenter** | String | The market center for the trade. &nbsp;
**condition** | String | The condition of the trade. &nbsp;
**isDarkpool** | Boolean | If the trade was darkpool or not. &nbsp;

[//]: # (END_DEFINITION)





