HistoryTimestampIterable
Methods
| Method | Description |
|---|---|
collect | Collect timestamps for each history into a NumPy array. |
to_list | Collect timestamps for each history into a list. |
Method Details
collect
Collect timestamps for each history into a NumPy array.
Returns
| Type | Description |
|---|---|
list[NDArray[np.int64]] | NumPy NDArray of timestamps in milliseconds per history. |
to_list
Collect timestamps for each history into a list.
Returns
| Type | Description |
|---|---|
| list[list[int]] | List of timestamps in milliseconds per history. |