uniVocity / univocity-trader

open-source trading framework for java, supports backtesting and live trading with exchanges
579 stars 140 forks source link

Fix a NullPointerException during market simulation #39

Closed wwadge closed 4 years ago

wwadge commented 4 years ago

If no apiSecret is supplied, we fail with an NPE. This fixes it.

jbax commented 4 years ago

Thanks again!