Skip to content

gladko/vkQd

Repository files navigation

My personal QDS sandbox

building QDS from source

  1. download QDS from github
  2. 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
  3. in QDS/pom.xml change jmxtool.version on actual value (that you have found)
  4. run mvn clean package install in QDS directory

Kill all qd tools

kill -9 $(ps -ef | grep com.devexperts.qd.tools.Tools | awk '{print $2}')

QD project main modules

  • dxlib: io, logging, JMX, services, util
  • qd-core
  • qd-rmi
  • proto: base connection abstractions and logic
  • dxFeed-XXX
  • qd-sample
  • benchmarks

DXFeedScheme records

  • Quote
  • Trade
  • TradeETH
  • Summary
  • Fundamental
  • Profile
  • Order
  • AnalyticOrder
  • SpreadOrder
  • MarketMaker
  • TimeAndSale
  • OptionSale
  • TradeHistory
  • Candle
  • Message
  • Configuration
  • Greeks
  • TheoPrice
  • Underlying
  • Series

About

devex QDS usages samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors