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.
pub fn pyobjects_to_instrument_closes(
data: Vec<Bound<'_, PyAny>>,
) -> PyResult<Vec<InstrumentClose>>Transforms the given data Python objects into a vector of InstrumentClose objects.