fix8on | A FIX application designed as a reference app for JDK
kandi X-RAY | fix8on Summary
kandi X-RAY | fix8on Summary
fix8on is a Java library. fix8on has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
A FIX application designed as a reference app for JDK 8. This is a teaching aid and reference app. It is not necessarily designed for robustness or production deployments. You use it in PROD at your own risk. It uses QuickFIX as its underlying FIX library, and acts as a direct-market access (DMA) engine. For the non-financial specialist, this means it listens on a socket for incoming messages using the FIX protocol (These can be thought of as incoming orders from clients which the clients want to place on an exchange or other electronic market. In general, most companies are not allowed to directly send orders into an electronic market. Instead, only members are allowed to place orders. So intermediaries (brokers) place the orders for clients. So, the direct-market access application is effectively an end-point for client orders. The received orders may need to be transformed and filtered before they are placed on the market. So this style of application is well suited to a pipeline design utilising the basic building blocks of java.util.functions. Individual clients are configured up by using a JSON format to describe them.
A FIX application designed as a reference app for JDK 8. This is a teaching aid and reference app. It is not necessarily designed for robustness or production deployments. You use it in PROD at your own risk. It uses QuickFIX as its underlying FIX library, and acts as a direct-market access (DMA) engine. For the non-financial specialist, this means it listens on a socket for incoming messages using the FIX protocol (These can be thought of as incoming orders from clients which the clients want to place on an exchange or other electronic market. In general, most companies are not allowed to directly send orders into an electronic market. Instead, only members are allowed to place orders. So intermediaries (brokers) place the orders for clients. So, the direct-market access application is effectively an end-point for client orders. The received orders may need to be transformed and filtered before they are placed on the market. So this style of application is well suited to a pipeline design utilising the basic building blocks of java.util.functions. Individual clients are configured up by using a JSON format to describe them.
Support
Quality
Security
License
Reuse
Support
fix8on has a low active ecosystem.
It has 6 star(s) with 5 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
There are 3 open issues and 2 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of fix8on is current.
Quality
fix8on has 0 bugs and 0 code smells.
Security
fix8on has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
fix8on code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
fix8on is licensed under the GPL-2.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
fix8on releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
fix8on saves you 263 person hours of effort in developing the same functionality from scratch.
It has 637 lines of code, 69 functions and 13 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed fix8on and discovered the below as its top functions. This is intended to give you an instant insight into fix8on implemented functionality, and help decide if they suit your requirements.
- The main entry point
- Initialize the transform engine
- Find all JSON files in a directory
- Run the shutdown
- Send message to client
- Gets the uuid
- Returns the current message
- Runs the queue
- Returns the filters
- Do the action
- Creates a filter chain from markside
- Adds a filter function
- Returns a symbol transformer instance
- Initialize incoming messages
- Gets the session settings
- Called when a message is received
- Creates a FIX8Message with a sessionID and sessionID
- Called when a logon is detected
- Creates a filter chain based on the provided mappings
- Make a UUID from a message
- Locks the lock
- Unlock the lock
- Called when a session is logged out
- Create the sender component ID from the map
Get all kandi verified functions for this library.
fix8on Key Features
No Key Features are available at this moment for fix8on.
fix8on Examples and Code Snippets
No Code Snippets are available at this moment for fix8on.
Community Discussions
No Community Discussions are available at this moment for fix8on.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install fix8on
You can download it from GitHub.
You can use fix8on like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the fix8on component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use fix8on like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the fix8on component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page