daemaged.ibnet icon indicating copy to clipboard operation
daemaged.ibnet copied to clipboard

Interactive Brokers Client API in .NET

Results 5 daemaged.ibnet issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Any examples of implmentations? i.e. get bar data of XYZ stock or so on...

- included trailing comma as allowed by C# syntax

I'm very exciting of your api. But it's too hard to use it without any sample applications. Could you provide samples?

Probably all messages could be converted from _enc.EncodeString(version); _enc.EncodeString(contract.Symbol); _enc.EncodeStringcontract.Exchange); to something more declarative like: msg = new TWSProtocolMessage { { 16 }, { ctx.Contract.Symbol }, { ctx.Contract.Exchange }, };...