pub fn parse_bar( candle: &AxCandle, instrument: &InstrumentAny, ts_init: UnixNanos, ) -> Result<Bar>
Parses an Ax candle into a Nautilus Bar.
Returns an error if any OHLCV field cannot be parsed.