Skip to main content

build_options_chain_leg_for_symbol

Function build_options_chain_leg_for_symbol 

Source
pub async fn build_options_chain_leg_for_symbol(
    symbol: &str,
    underlying: &str,
    option_token_address: Option<WalletAddress>,
    quote_provider: &Arc<dyn QuoteProvider>,
    greeks_cache: &Arc<dyn GreeksCacheReader>,
    side_filter: OptionsChainSideFilter,
) -> OptionsChainLeg