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.