Skip to main content

Module python

Module python 

Source
Expand description

Python bindings from PyO3.

Modules§

actor
Python bindings for DataActor with complete command and event handler forwarding.
cache
Python bindings for the Cache component.
clock
custom
enums
factory
Registries which resolve Python objects into owned Rust factories.
fifo
Python bindings for FIFO cache.
greeks
indicators
listener
logging
msgbus
Python bindings for the message bus, including configuration types and the PyMessageBus wrapper that routes Python events through the Rust thread-local MessageBus via the Any-based dispatch path.
order_factory
Python bindings for the OrderFactory.
runtime
Python-specific runtime initialization.
signal
system
timer
wrappers
Registry of the strong references which keep registered components’ Python wrappers alive.
xrate

Functions§

common
Exposed through nautilus_trader.common.
config_error_to_pyvalue_err
Converts a config validation failure to a Python ValueError.