slawekj / wolf

platform for trading on foreign exchange market
715 stars 150 forks source link

rule.engine updates #8

Closed fcnorman closed 8 years ago

fcnorman commented 8 years ago

Made some changes to get the rule.engine working. Had to upgrade to storm 1.0.1 This caused a few changes to the rule.engine java. The latest Scheme class was now using ByteBuffer, so TickScheme and RuleScheme had to change accordingly. Was getting some logger errors, so just upgraded to log4j2...hope that's Ok. Was getting some maven 2 vs. maven 3 errors with the newer versions, so just changed from a pom.xml to a build.gradle...hope that's Ok. Please incorporate whatever you wish...or not.