Hello zhimakaimen, and welcome to the group. JBookTrader distribution already includes the compiled IB API, so you don't have to do anything extra with it. Furthermore, I'd advise you against making changes to the IB API. This is where the low level API implementation takes place, and you probably don't want to mess with it. Changing that code would also make it more difficult to upgrade to the future updated versions of IB API. If your intent to use JBookTrader to design, test, optimize, and test your own trading strategies, you source code modifications should be confined to the two packages:
com.jbooktrader.indicator and com.jbooktrader.strategy The rest is already implemented and automated for you. If there is anything missing in JBT to facilitate your strategy design and development, please let us know. On Monday, May 14, 2012 11:53:10 AM UTC-4, zhimakaimen wrote: > > Dear Sir, > > I'm planning to use JBookTrader to trade online. I hope I can make > ibapi-***.jar (ibapi-9.63.jar for example) by myself, so that I can > use latest java file from IBAPI and I can do some modification if > necessary. Could anyone tell me how to do it? Or just get the files > from IBAPI then compress them into a package? I 'm a new guy to java, > but I'm an expierenced engineer in c/c++, So if you give me some > suggestions I think I can understand you well. > > > Best Regards > > zhimakaimen -- You received this message because you are subscribed to the Google Groups "JBookTrader" group. To view this discussion on the web visit https://groups.google.com/d/msg/jbooktrader/-/6nwtO9Tz6TYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en.
