Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MarketData history returns 0 values for price monitoring bounds #7483

Closed
witgaw opened this issue Feb 2, 2023 · 0 comments · Fixed by #7725
Closed

MarketData history returns 0 values for price monitoring bounds #7483

witgaw opened this issue Feb 2, 2023 · 0 comments · Fixed by #7725

Comments

@witgaw
Copy link
Member

witgaw commented Feb 2, 2023

A query like:

query {
  getMarketDataHistoryConnectionByID(
    id:"5d69ff4a485a9f963272c8614c1d0d84bb8ea57886f5b11aad53f0ccc77731ba"
  	start:"2023-01-31T10:22:00Z"
  	end: "2023-01-31T10:23:02Z"){
	edges{
    node{
      priceMonitoringBounds {
        trigger {
          horizonSecs
          probability
          auctionExtensionSecs
        }
        minValidPrice
        maxValidPrice
        referencePrice
      } 
    }
  }
  }
}

Returns 0s for minValidPrice, maxValidPrice, referencePrice. A corresponding subscription works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants