Quote from NetTecture:
I can offer you C++/CLI code reading the NxCore feed and caling back into .NET interfaces. I went with C++/CLI because the standard wrapper approach is slow compared to that - no way to optimize for example string generation.
Needs some bawe classes for my own trading system but nothing too deep (interfaces, message classes etc.).
Quote from NetTecture:
Just as anote - a connector like this is the reason I went with C++/CLI. TradeLink is quite inefficient in this area. C# can not handle this interaction with good performance. it is fine for a life ffeed, but quit a difference loading historical data.
Quote from jaguar1637:
Hi
Is there a place to fetch such code for reading the NwCode Feed ?
rgds
Quote from vicirek:
I have question regarding C# vs C++/CLI; both are using the same virtual machine so there should not be any difference in performance.
Quote from vicirek:
I have question regarding C# vs C++/CLI; both are using the same virtual machine so there should not be any difference in performance.
