Compare commits

..

1 Commits

Author SHA1 Message Date
Nelson Torres ca5e1b6ed1 removed unused variable
minor refactor
expiry date changed to 20DEC24
2024-12-06 11:09:17 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ async def aio_open_interest_feed_relay(
@acm
async def open_oi_feed(
) -> to_asyncio.LinkedTaskChannel:
expiry_date: str = '6DEC24'
expiry_date: str = '20DEC24'
instruments: list[Symbol] = []
oi_by_strikes: dict[str, dict[str, Decimal]]