Skip to main content

market_trade_from_bytes

Function market_trade_from_bytes 

Source
pub fn market_trade_from_bytes(
    quantity_scale: u32,
) -> impl Fn(&[u8]) -> Result<MarketTrade> + Send + Sync + 'static