Function create_orderbook_subscription

Source
pub fn create_orderbook_subscription(
    ticket: &str,
    symbols: SmallVec<[String; 8]>,
    level: Option<f64>,
    is_only_snapshot: Option<bool>,
    is_only_realtime: Option<bool>,
    use_simple_format: bool,
) -> Vec<OwnedValue>
Expand description

Helper function to create a full subscription payload for orderbooks