alexgolec / schwab-py

Unofficial API wrapper for the Schwab HTTP API
MIT License
204 stars 49 forks source link

Options streaming fields typo #95

Closed bustrama closed 5 months ago

bustrama commented 5 months ago

Description of Bug 2 typos in the options streaming fields

Code to Reproduce

#: Money intrinsic value
MONEY_INSTRINSIC_VALUE = 11

#: Expiration day
EXPIRATIO_DAY = 26

Expected Behavior

#: Money intrinsic value
MONEY_INTRINSIC_VALUE = 11

#: Expiration day
EXPIRATION_DAY= 26