Function pyobjects_to_quotes
Source pub fn pyobjects_to_quotes(
data: Vec<Bound<'_, PyAny>>,
) -> PyResult<Vec<QuoteTick>>
Expand description
Transforms the given Python objects into a vector of QuoteTick
objects.
ยงErrors
Returns a PyErr
if element conversion fails or the data is not monotonically increasing.