Functionsยง
- stream_
batched_ deltas - Streams
Vec<PyObject>
s (PyCapsule
) from a Tardis format CSV at the givenfilepath
, yielding chunks of the specified size. - stream_
deltas - Streams
OrderBookDelta
s from a Tardis format CSV at the givenfilepath
, yielding chunks of the specified size. - stream_
depth10_ from_ snapshot5 - Streams
OrderBookDepth10
s from a Tardis format CSV at the givenfilepath
, yielding chunks of the specified size. - stream_
depth10_ from_ snapshot25 - Streams
OrderBookDepth10
s from a Tardis format CSV at the givenfilepath
, yielding chunks of the specified size. - stream_
funding_ rates - Streams
FundingRateUpdate
s from a Tardis derivative ticker CSV file, yielding chunks of the specified size. - stream_
quotes - Streams
QuoteTick
s from a Tardis format CSV at the givenfilepath
, yielding chunks of the specified size. - stream_
trades - Streams
TradeTick
s from a Tardis format CSV at the givenfilepath
, yielding chunks of the specified size.