I need to implement a trading gateway to CME iLink3 Order Entry system in C++. May I say one possible way to implement is something like silverflash-core plus silverflash examples like BuySide.java?
Please see GitHub for details about Silverflash, a reference implementation of FIXP Performance Session Layer intended for educational purposes and available under the Apache License, Version 2.0.
i was there b4 i raised the question. so my understanding is correct that i need a my-silverflash in c++ when talking about cme trading.
One implementation was made in Java to demonstrate FIXP flow types and algorithms. It should be possible to port it to other programming languages. We would welcome such a contribution.