Expand description
Data types for the trading domain model.
Modules§
Functions§
- Creates a Python
PyCapsule
object containing a RustData
instance. - Drops a
PyCapsule
containing aCVec
structure. - Transforms the given
data
Python objects into a vector ofBar
objects. - Transforms the given
data
Python objects into a vector ofOrderBookDelta
objects. - Transforms the given
data
Python objects into a vector ofQuoteTick
objects. - Transforms the given
data
Python objects into a vector ofTradeTick
objects.