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