HistoryTimestampIterable

Methods

MethodDescription
collectCollect timestamps for each history into a NumPy array.
to_listCollect timestamps for each history into a list.

Method Details

collect

Collect timestamps for each history into a NumPy array.

Returns

TypeDescription
list[NDArray[np.int64]]NumPy NDArray of timestamps in milliseconds per history.

to_list

Collect timestamps for each history into a list.

Returns

TypeDescription
list[list[int]]List of timestamps in milliseconds per history.