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