We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ed736 commit 9ee2e32Copy full SHA for 9ee2e32
pythclient/pythaccounts.py
@@ -651,7 +651,7 @@ def to_json(self):
651
"next_price_account_key": str(self.next_price_account_key),
652
"aggregate_price_info": self.aggregate_price_info.to_json(),
653
"price_components": [x.to_json() for x in self.price_components],
654
- "derivations": {TwEmaType(x).name: self.derivations.get(x) for x in list(self.derivations.keys())},
+ "derivations": {EmaType(x).name: self.derivations.get(x) for x in list(self.derivations.keys())},
655
"min_publishers": self.min_publishers,
656
"aggregate_price": self.aggregate_price,
657
"aggregate_price_confidence_interval": self.aggregate_price_confidence_interval
0 commit comments