- download QDS from github
- Check if your maven repo contains jmxtools.jar. If not, find it somewhere
for instance, here.
Then place it in lib directory and install jmxtools in your local maven repo
mvn install:install-file \
-Dfile=libs/jmxtools-1.2.1.jar \
-DgroupId=com.sun.jdmk \
-DartifactId=jmxtools \
-Dversion=1.2.1 \
-Dpackaging=jar \
-DgeneratePom=true
- in QDS/pom.xml change
jmxtool.version on actual value (that you have found)
- run
mvn clean package install in QDS directory
kill -9 $(ps -ef | grep com.devexperts.qd.tools.Tools | awk '{print $2}')
- dxlib: io, logging, JMX, services, util
- qd-core
- qd-rmi
- proto: base connection abstractions and logic
- dxFeed-XXX
- qd-sample
- benchmarks
- Quote
- Trade
- TradeETH
- Summary
- Fundamental
- Profile
- Order
- AnalyticOrder
- SpreadOrder
- MarketMaker
- TimeAndSale
- OptionSale
- TradeHistory
- Candle
- Message
- Configuration
- Greeks
- TheoPrice
- Underlying
- Series