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