pub fn decode_instrument_def_msg(
msg: &InstrumentDefMsg,
instrument_id: InstrumentId,
ts_init: Option<UnixNanos>,
) -> Result<InstrumentAny>
Expand description
ยงErrors
Returns an error if decoding the InstrumentDefMsg
fails.
pub fn decode_instrument_def_msg(
msg: &InstrumentDefMsg,
instrument_id: InstrumentId,
ts_init: Option<UnixNanos>,
) -> Result<InstrumentAny>
Returns an error if decoding the InstrumentDefMsg
fails.