pub fn parse_futures_instrument( definition: &BitmexInstrument, ts_init: UnixNanos, ) -> Result<InstrumentAny>
Parse a BitMEX futures 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.