Skip to content

Commit

Permalink
tradeType
Browse files Browse the repository at this point in the history
  • Loading branch information
GravitySucks committed Jul 13, 2023
1 parent 3c20717 commit 63fc973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gvol/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -1388,9 +1388,9 @@
"""

options_cumulative_net_volumes_hist = """
query HistoricalNetVolumeApi($symbol: SymbolEnumType, $dateStart: String, $dateEnd: String $exchange: ExchangeEnumType, $trade: TradeEnumType, $showActiveExpirations: Boolean)
{HistoricalNetVolumeApi(symbol: $symbol, dateStart: $dateStart, dateEnd: $dateEnd exchange: $exchange, trade: $trade, showActiveExpirations: $showActiveExpirations)
{date strike cumulative cumulativeGamma cumulativeVega cumulativeDelta indexPrice} }
query HistoricalNetVolumeApi($symbol: SymbolEnumType, $dateStart: String, $dateEnd: String $exchange: ExchangeEnumType, $tradeType: TradeEnumType, $showActiveExpirations: Boolean)
{ HistoricalNetVolumeApi(symbol: $symbol, dateStart: $dateStart, dateEnd: $dateEnd exchange: $exchange, tradeType: $tradeType, showActiveExpirations: $showActiveExpirations)
{date strike cumulative cumulativeGamma cumulativeVega cumulativeDelta indexPrice } }
"""

options_cumulative_net_positioning = """
Expand Down

0 comments on commit 63fc973

Please sign in to comment.