-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Problem:
- In some cases there is no price information available. In such cases the framework returns an empty array.
Solution:
- The framework should not return an array for the current price. It should return a single price point. If there is no price information available then the framework should throw a special exception that could be handled by the client code.
Code:
Line 69 in f29a018
| return cast(List[MarketOHLC], self.process_response(response)) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels