Skip to content

FIX client/server sample app for FX market data and trading

Notifications You must be signed in to change notification settings

Pirimid/fix-integrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIX-Integrations

FIX client/server sample app for FX market data and trading using quickFix engine.

Build Status

Getting Started

  1. Clone the repository
  2. Do mvn clean install on both FxFixAcceptor and FxFixInitiator projects. To do that you can run below commands in root directory of this repository.
    1. mvn -f ./FxFixAcceptor/ clean install
    2. mvn -f ./FxFixInitiator/ clean install
  3. Start the Acceptor StartAcceptor.class
  4. Start the Initiator StartInitiator.class
  • You can modify the configurations of acceptor and initiator in acceptorSettings.txt and initiatorSettings.txt files.

Types of Requests that are supported

MarketData Requests

  1. Deal Types : Spot, Forward , NDF
  2. Full/Incremental Refresh

Trading

  1. NewOrderSingle
  2. ExcutionReports

About

FIX client/server sample app for FX market data and trading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages