Ids should be allowed without contracts

kivy_mainline_and_py3.8
Tyler Goodlet 2018-12-23 21:25:56 -05:00
parent eb8c9e1a99
commit de4fab873b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class _API:
async def option_quotes(
self,
contracts: Dict[ContractsKey, Dict[int, dict]],
contracts: Dict[ContractsKey, Dict[int, dict]] = {},
option_ids: List[int] = [], # if you don't want them all
) -> dict:
"""Retrieve option chain quotes for all option ids or by filter(s).