Function order_event_to_pyobject

Source
pub fn order_event_to_pyobject(
    py: Python<'_>,
    order_event: OrderEventAny,
) -> PyResult<PyObject>
Expand description

Converts an OrderEventAny into a Python object.

ยงErrors

Returns a PyErr if conversion to a Python object fails.