Expand description
Data types for the trading domain model.
Modules§
Functions§
- data_
to_ pycapsule - Creates a Python
PyCapsule
object containing a RustData
instance. - drop_
cvec_ pycapsule - Drops a
PyCapsule
containing aCVec
structure. - pyobjects_
to_ bars - Transforms the given Python objects into a vector of
Bar
objects. - pyobjects_
to_ book_ deltas - Transforms the given Python objects into a vector of
OrderBookDelta
objects. - pyobjects_
to_ index_ prices - Transforms the given Python objects into a vector of
IndexPriceUpdate
objects. - pyobjects_
to_ instrument_ closes - Transforms the given Python objects into a vector of
InstrumentClose
objects. - pyobjects_
to_ mark_ prices - Transforms the given Python objects into a vector of
MarkPriceUpdate
objects. - pyobjects_
to_ quotes - Transforms the given Python objects into a vector of
QuoteTick
objects. - pyobjects_
to_ trades - Transforms the given Python objects into a vector of
TradeTick
objects.