-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Darshana Samanpura edited this page Dec 20, 2017
·
2 revisions
This is a Simple Stock Exchange Matching Engine program. Developers and organizations can send trade messages and get them executed through the Exchange.
- FIX 4.2 Protocol standard for trading side.
- JSON price feeds including ticks, order books, market volume and all other standard messages.
- support both MY sql and H2 as databases.
- Limit Order matching.
- Market Order matching.
- Order amendments and cancellations.
- All standard time in force types are supported.
- over 1000 trade matches per second.