Module encoding

Module encoding 

Source

Functionsยง

candle_schema
Returns the schema used when encoding candles.
candles_to_batch
Converts a slice of candles into a RecordBatch.
fill_schema
Returns the schema used when encoding fills.
fills_to_batch
Converts a slice of fills into a RecordBatch.
order_book_schema
Returns the schema used when encoding order books.
order_books_to_batch
Converts a slice of order books into a RecordBatch.
order_schema
Returns the schema used when encoding orders.
orders_to_batch
Converts a slice of orders into a RecordBatch.
signal_schema
Returns the schema used when encoding signals.
signals_to_batch
Converts a slice of signals into a RecordBatch.
tick_schema
Returns the schema used when encoding ticks.
ticks_to_batch
Converts a slice of ticks into a RecordBatch.