Function crypto_msg_parser::parse_funding_rate

source ยท
pub fn parse_funding_rate(
    exchange: &str,
    market_type: MarketType,
    msg: &str,
    received_at: Option<i64>,
) -> Result<Vec<FundingRateMsg>, SimpleError>
Expand description

Parse funding rate messages.