Recent content by RueLorimier

  1. R

    Sterling API Developer Thread

    private SterlingLib.STIOrderMaint stOrdMaint=new SterlingLib.STIOrderMaint(); private CancelSterlingOrder(string ClOrderId){ this.stOrdMaint.CancelOrder("MY_ACCOUNT", 0, ClOrderId, ClOrderId+"_Canceled"); } Note: The "ClOrderId" is the ClOrderId of the order you want to cancel...
  2. R

    I (person) want to connect to an exch to algo trade electronicaly. Can I? Which ones?

    There are no so-called "bureoucracy" will slow down your Market Data Stream and Automated trading if you work with a broker. Using broker's API or FIX connection, you will receive real time tick data stream and have direct access to the exchange via a broker when you place your orders,
  3. R

    I (person) want to connect to an exch to algo trade electronicaly. Can I? Which ones?

    You might know a lot about HFT and quant, but it seems that you know little about how exchange works. You have to go through broker, or joint a prop trading firm, or buy a seat in the floor, then you can reach the exchange. There are no way you can deal with exchange personally and directly...
  4. R

    Sterling API Developer Thread

    I mean their C# example code shows that they do support net framework 4.
  5. R

    Sterling API Developer Thread

    Their C# example code does support net frame work 4.
  6. R

    Sterling API Developer Thread

    I have the same problems at the beginning. With the excellent support of the Sterling engineers, I have had my problem solved by doing these: 1) Have Sterling Pro installed and run on my developing workstation. 2) Run VS2010 as administrator.
  7. R

    Sterling API Developer Thread

    I did like what you said and had the same errors.........:confused:
  8. R

    Sterling API Developer Thread

    I have the same problems and it is not yet solved. This is really an annoying issue. Please update your progress and share the information if you have it solved, thanks.
  9. R

    List of Montreal Props?

    I am interested. But I can't use pm function since I am quite new to this forum. Could you please kindly send me a mail with your contact info(tel, address....) and fee structure to ruelorimier_at_gmail.com? Thanks.
Back
Top