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