Function findOptionSeries

  • Finds the option series in an option chain that matches the given series ID.

    Parameters

    • optionChain: OptionChain

      The option chain to search.

    • seriesId: number

      The series ID to match.

    Returns OptionSeries | null

    The matched option series, or null if no match was found.

Generated using TypeDoc