pub fn parse_spot_instrument( definition: &BitmexInstrument, ts_init: UnixNanos, ) -> Result<InstrumentAny>
Parse a BitMEX spot instrument into a Nautilus InstrumentAny.
InstrumentAny
Returns an error if values are out of valid range or cannot be parsed.
Panics if the constructed instrument fails validation.