Code Monkey home page Code Monkey logo

Comments (1)

jvirtanen avatar jvirtanen commented on August 15, 2024

Hi @SolutionJet! Here are some answers:

  1. You can enter orders to the trading system using either the POE protocol or the FIX protocol. Both are TCP-based network protocols, and FIX is an industry standard with many free and commercial implementations.

    The terminal client and stock ticker are simple examples on how to interact with the trading system. The order entry and market data protocols themselves are implemented in the networking protocols library.

  2. The trading system provides two distinct data feeds: market data and market reporting. The market data protocol contains only anonymous information and is intended for all market participants. In contrast, the market reporting protocol contains identifying information (who entered an order, who bought what, and who sold what) and is intended for post-trade processing systems and market surveillance systems.

    Both data feeds are based on a protocol called NASDAQ MoldUDP64 1.00, and that protocol defines the request format. There are also multiple implementations of this protocol; the implementation used by Parity is called Nassau.

  3. As FIX is an industry standard, integrating to an exchange using FIX is usually much easier and faster than using the exchange's native order entry protocol. The downside is that FIX has usually higher latency than native order entry protocols, which are usually based on simple and efficient binary encoding.

You might find Genesis useful as an example of how the different parts fit together. Also, thank you for the reminder, I'll add an architecture diagram. Finally, please consider joining the Parity chat.

from parity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.