Expand description
Python conversion utilities for Interactive Brokers types.
Functionsยง
- contract_
details_ to_ pyobject - contract_
to_ pydict - py_
list_ to_ contracts - Convert a Python list of objects to a vector of Rust Contracts.
- py_
list_ to_ json_ values - Convert a Python list of objects to a vector of JSON values.
- py_
to_ contract - Convert a Python object (IBContract or dict) to a Rust Contract.
- py_
to_ json_ value - Convert a Python object to a JSON value.