The output "PRICE" column is constructed using previous tick aggregation.
The variable "SIZE" is aggregated by taking the sum over each interval.
For the variables "SYMBOL" and "EX" aggregation doesn't really make sense,
thus the first value of the input is taken as the value for the complete output.
Columns "COND", "CORR", "G127" are dropped because aggregating them makes absolutely no sense.
The timestamps of the new time series are the closing times of the intervals.
Please Note:
Returned objects always contain the first observation (i.e. opening price,...).
Please input an object containing ONE day of data.