Recent content by dot_net

  1. D

    getting started programming

    <b>I am sorry to say this, but non of your stupid posts helped Mr. riskaverse305</b> Sorry man, I shut up my stupid mouth :)
  2. D

    getting started programming

    Thus advocating .net...
  3. D

    getting started programming

    <b>Are you working for them?</b> I use their QS code...
  4. D

    getting started programming

    The source code is also available. Read at the bottom http://www.smartquant.com/order.php
  5. D

    getting started programming

    www.smartquant.com/quantdeveloper.php
  6. D

    getting started programming

    What about .net 2.0? Never use x.0 version of any product ? :)
  7. D

    getting started programming

    After all, let me mention that many people think that .net executes a kind of scripting / interpreted code, and thus it's much slower than native c++ or c code. This is simply not true because .net runs the same byte (machine) code as c++ executable. The only difference is that .net uses JIT...
  8. D

    getting started programming

    Well, the question was rather about ATS, thus I assume this gentleman is not going to write a low level engine like QuickFIX, which is indeed an excellent piece of code, but rather a high level automated trading system, right?
  9. D

    getting started programming

    PS. Take a look at QuickFIX engine for example (open source, managed c++ and .net).
  10. D

    getting started programming

    Hmm, what about managed c++ in .net ? You can use it if you want to speed up any critical part of the framework. Also, you can call unmanaged code (be it assembler or plain c) under .net. Any problems here? Vasilii
  11. D

    getting started programming

    It looks like .Net / c# is a winner. You can browse www.smartquant.com to get started. Vasilii
Back
Top