AdaptiveConsulting / ReactiveTraderCloud

Real-time FX trading showcase by Adaptive.

Home Page:https://www.reactivetrader.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Workflow Status GitHub release (latest by date) GitHub

image

Reactive Trader®

Reactive Trader® is a real-time FX trading platform designed to showcase reactive programming principles across the full application stack.

Written in React and RxJs / React-RxJs and running on Hydra, the platform will continue to evolve and use the latest technologies.

Please see our Showcase page for a full list of the latest features.

image

Demo

Development

To run the web UI

  1. Fork and clone the ReactiveTraderCloud repo (see Contributing page)

  2. See client README

Manually update contracts for Trading Gateway API
  1. Open hydra-reactive-trader project in IntelliJ IDEA and run:

    ./gradlew
    
  2. Copy file component/gateway/trading/api/build/generated-sources/codecs/main/resources/trading-gateway.hyer to UI project src/client/trading-gateway.hyer

  3. Back in src/client, run:

    npm run generateCod
    

    This will regenerate TradingGateway.ts (file://./src/client/src/generated/TradingGateway.ts)

Run against local Backend Services
  1. Follow instructions to start Backend Services

  2. Run:

    VITE_HYDRA_URL=ws://localhost:8929 npm start
    

CI/CD

We practice continuous integration and deployment. Every branch and pull request triggers a build and deployment to an ephemeral environment. Merging to master causes a build and deployment to our development environment.

Contributing

Please see our contribution guidelines.

Who are we?

Reactive Trader was written by the team at Adaptive, a consultancy that specialises in building real-time trading systems.

Please contact us if you'd like to learn more, or follow us via our blog, Twitter, or LinkedIn.

License

This application is made available under the Apache license v2.0.

About

Real-time FX trading showcase by Adaptive.

https://www.reactivetrader.com

License:Apache License 2.0


Languages

Language:TypeScript 99.4%Language:JavaScript 0.3%Language:HTML 0.2%Language:Dockerfile 0.0%