faiteanu / JavaStockQuotes

Java library for fetching historical stock quotes.
Other
11 stars 5 forks source link

Fixed issues with events that have neither ratio nor amount #7

Closed Stullemon closed 6 months ago

Stullemon commented 6 months ago

This fixes the issue reported in https://github.com/faiteanu/JavaStockQuotes/issues/3

Simply put, I added a check that ignores any event that holds neither ratio nor amount information.