rterp / SumZeroTrading

A Java API for Developing Automated Trading Applications for the Equity, Futures, and Currency Markets
http://rterp.github.io/SumZeroTrading/
Other
145 stars 48 forks source link

Fix serialVersionUID in Commodity class #35

Closed rterp closed 7 years ago

rterp commented 7 years ago

serialVersionUID is not working properly in the Commodity class because it isn't final.

rterp commented 7 years ago

Fixed