pub fn pyobjects_to_quote_ticks( data: Vec<Bound<'_, PyAny>>, ) -> PyResult<Vec<QuoteTick>>
Transforms the given data Python objects into a vector of QuoteTick objects.
data
QuoteTick