Skip to main content

make_symbol

Function make_symbol 

Source
pub fn make_symbol(
    market_id: &str,
    selection_id: u64,
    handicap: Decimal,
) -> Symbol
Expand description

Constructs a Nautilus [Symbol] from Betfair market and selection identifiers.

Format: "{market_id}-{selection_id}" or "{market_id}-{selection_id}-{handicap}" when handicap is non-zero.