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