Expand description
Data types for the trading domain model.
Modules§
Functions§
- data_
to_ pycapsule - Creates a Python
PyCapsuleobject containing a RustDatainstance. - drop_
cvec_ pycapsule - Drops a
PyCapsulecontaining aCVecstructure. - pyobjects_
to_ bars - Transforms the given
dataPython objects into a vector ofBarobjects. - pyobjects_
to_ book_ deltas - Transforms the given
dataPython objects into a vector ofOrderBookDeltaobjects. - pyobjects_
to_ index_ prices - Transforms the given
dataPython objects into a vector ofIndexPriceUpdateobjects. - pyobjects_
to_ instrument_ closes - Transforms the given
dataPython objects into a vector ofInstrumentCloseobjects. - pyobjects_
to_ mark_ prices - Transforms the given
dataPython objects into a vector ofMarkPriceUpdateobjects. - pyobjects_
to_ quotes - Transforms the given
dataPython objects into a vector ofQuoteTickobjects. - pyobjects_
to_ trades - Transforms the given
dataPython objects into a vector ofTradeTickobjects.