Example projects demonstrating how to use Roq's Java bindings.
- Linux (x86-64, AArch64)
- macOS (Arm64, x86-64)
If you just want to install the project.
conda install -y --channel https://roq-trading.com/conda/stable roq-java-samples
conda install -y --channel https://roq-trading.com/conda/unstable roq-java-samples
If you want to build from source.
Install Roq's Java bindings
conda install -y --channel https://roq-trading.com/conda/stable roq-java
conda install -y --channel https://roq-trading.com/conda/unstable roq-java
conda install -y openjdk
If you want to build from source.
cmake . && make -j4 && make install
java \
-Djava.library.path=$CONDA_PREFIX/lib \
-classpath $CONDA_PREFIX/share/java/roq.jar:$CONDA_PREFIX/share/java/roq-samples.jar \
com.roq.samples.Main \
$HOME/run/deribit.sock
The project is released under the terms of the BSD 3-Clause license.