pub fn order_event_to_pyobject(
py: Python<'_>,
order_event: OrderEventAny,
) -> PyResult<Py<PyAny>>Expand description
Converts an OrderEventAny into a Python object.
ยงErrors
Returns a PyErr if conversion to a Python object fails.
pub fn order_event_to_pyobject(
py: Python<'_>,
order_event: OrderEventAny,
) -> PyResult<Py<PyAny>>Converts an OrderEventAny into a Python object.
Returns a PyErr if conversion to a Python object fails.