Skip to main content

insert_options_chain_leg_for_strike

Function insert_options_chain_leg_for_strike 

Source
pub(crate) fn insert_options_chain_leg_for_strike(
    grouped_rows: &mut BTreeMap<Decimal, StrikeRowBuilder>,
    strike: Decimal,
    option_type: &str,
    leg: OptionsChainLeg,
) -> Result<(), ApiError>