Function pyobjects_to_instrument_closes

Source
pub fn pyobjects_to_instrument_closes(
    data: Vec<Bound<'_, PyAny>>,
) -> PyResult<Vec<InstrumentClose>>
Expand description

Transforms the given data Python objects into a vector of InstrumentClose objects.