Function pyobjects_to_index_prices

Source
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.