Results 14 comments of Rob Terpilowski

IB returns the following data from the reqPositions() method Equity Position - Account: DU15046 Contract: contractId: 43661924 currency: USD expiry: null include expiry: false local symbol: QQQ multiplier: null primary...

Also, it appears that IB returns ALL positions, both open and closed, as well as positions created outside of the API client itself.

hmmm, I don't think that is there yet. What are you intending to use it for? Do you have a master account with multiple sub accounts?

Changes look good @vinceyap88 If you want you can create a pull request to submit your changes to be merged into the mainline. Also, if there are any unit tests...

I'll need to double check on this one. I've only been implementing the functionality as I have needed it, and it could be that the getAllPositions() method is currently stubbed...

I started to implement this and then remember why I had not fully implemented it yet. There are builder classes to take a Ticker object and convert it into a...

Thanks @aries1998, I understand the new tick type, but what is the new defaultProperty in the Ticker class? Could you attach a code snippet, and I can get it integrated...

ah, ok. I'll try to get this integrated this week.

Initial support for a CFDTicker has been added. I've written unit tests, but have not actually tested yet with IB's API in the demo or paper trade account.

Agreed, the connect method could either return a true/false boolean status, or the method could throw an exception if it was unsuccessful in connecting.