parse_instruments_linear_response

Function parse_instruments_linear_response 

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

Parses a Bybit linear instruments response from raw JSON bytes.

ยงErrors

Returns an error if deserialization fails.