Skip to content

rodolfoaugusto/quickfix-java-server-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database integration with QuickFIXJ server

Basic setup

The repository contains the example code for the server applications uses QuickFIXJ library

Both server stores the data in the dedicated database

To start the example stack execute the next command:

docker-compose -f docker-compose.yml up -d

To stop the stack

docker-compose -f docker-compose.yml down --volumes

Logs

docker logs -f quickfixj-server-client-with-database-quickfixj-spring-boot-server-1

About

Quickfix FIXT1.1 API Implementation for FIX Protocol

Topics

Resources

Stars

Watchers

Forks