Skip to content

StreamingOptionType

adasThePrime edited this page Apr 13, 2026 · 1 revision

StreamingOptionType

Option type codes used in WebSocket PricingData messages.

from pyahoo import StreamingOptionType
# or
from pyahoo.enums import StreamingOptionType

Members

  • CALL: Call option.
  • PUT: Put option.

Clone this wiki locally