parse_instruments_inverse_response

Function parse_instruments_inverse_response 

Source
pub fn parse_instruments_inverse_response(
    data: &[u8],
) -> Result<BybitInstrumentInverseResponse>
Expand description

Parses a Bybit inverse instruments response from raw JSON bytes.

ยงErrors

Returns an error if deserialization fails.