Skip to main content

order_event_to_pyobject

Function order_event_to_pyobject 

Source
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.