Ids should be allowed without contracts
parent
eb8c9e1a99
commit
de4fab873b
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue