Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
phatdoyle committed Feb 10, 2022
1 parent e8b89e7 commit 049fe76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvol/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ def dVolVariancePremium(
},
)

def UtilityRealtimeOptionbook(
def UtilityRealtimeOptionbook(
self,
symbol: types.SymbolEnumType,
) -> Dict:
Expand All @@ -1915,4 +1915,4 @@ def UtilityRealtimeOptionbook(
variable_values={
"exchange": symbol,
},
)
)

0 comments on commit 049fe76

Please sign in to comment.