Proof of concept: read pricing stream from Oanda

This commit is contained in:
2018-04-04 22:51:26 -07:00
parent e9274006b2
commit 1e23e1c437
5 changed files with 112 additions and 9 deletions

View File

@ -24,7 +24,8 @@ dependencies {
// Use JUnit test framework
testCompile 'junit:junit:4.12'
implementation 'com.espertech:esper:7.0.0'
implementation 'com.espertech:esper:7.1.0'
implementation 'com.oanda.v20:v20:3.0.21'
}
// In this section you declare where to find the dependencies of your project