Skip to content

Commit

Permalink
deribit: fix history query routine sig to take timeframe: float
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Feb 28, 2023
1 parent d206f9e commit 471b152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions piker/brokers/deribit/feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ async def open_history_client(
async with open_cached_client('deribit') as client:

async def get_ohlc(
timeframe: float,
end_dt: Optional[datetime] = None,
start_dt: Optional[datetime] = None,

Expand Down

0 comments on commit 471b152

Please sign in to comment.