N-Tick working
Finance| No Comments »Got the N-Tick working. To get this operational we had to have the FinNode and the TickData a way to pass event data along side the finance data. We got that working, so he current state can display the n-tick time and value. The Event class is flexible enough to mix in different events of different types.
The next step is the Instaquote IPLink project. I got source files to build and run a windows app for connecting to Instaquote and getting financial data directly from them. I need a username/password from the Instaquote guys, so I’m waiting on that.
So next is to get the Expr node. The last thing I had to get working is to find a way to create spare parameters. The current method only allows for arrays of doubles. We want a gui to be able to specify any kind of spare parameter. To do this, we need to extend the types of passive gui elements under Composite.hpp. We need a Label only and a Text only.


