pub fn parse_crypto_futures_spread_instrument(
definition: &BitmexInstrument,
ts_init: UnixNanos,
) -> Result<InstrumentAny>Expand description
Parse a BitMEX futures spread instrument into a Nautilus InstrumentAny.
ยงErrors
Returns an error if values are out of valid range or cannot be parsed.