pub fn parse_candle_msg(
msg: &OKXCandleMsg,
bar_type: BarType,
price_precision: u8,
size_precision: u8,
ts_init: UnixNanos,
) -> Result<Bar>
Expand description
Parses an OKX candle message into a Nautilus bar.
pub fn parse_candle_msg(
msg: &OKXCandleMsg,
bar_type: BarType,
price_precision: u8,
size_precision: u8,
ts_init: UnixNanos,
) -> Result<Bar>
Parses an OKX candle message into a Nautilus bar.