Andrew Mittleider
Andrew Mittleider
@MikhailArkhipov Why can Jedi jump across workspaces? I configure my workspaces like this because of my project structure. If I don't configure a workspace per project, the test discovery will...
Definitely agree with this. Now that we have the real jupyter feel directly inside of VSCode, we don't even need to open a browser anymore. The problem is that when...
Hi Korshak, Can you try to place all that in an async Main() and call the api with "await twsController.Connect()" and "await twsController.GetAccountDetails()". If that doesnt work, please try to...
Can you try setting transmit to true please? Le sam. 9 déc. 2023, 11 h 32, CoolDixon ***@***.***> a écrit : > I always get 'a task was cancelled' exception...
The transmit param allows you to submit multiple orders simultaneously. It's especially useful for bracket orders,and you can check out the placebracketorder method to see an example. I'm surprised you...
> I had to include CommissionsReport onto Execution report within the wrapper. It is working fine now. > > But I still have problems with the transmit = false, i...
Actually I'm re-reading your message and you said "Transmit = False" again. Why don't you want to transmit? There are a few specific cases where you would use Transmit =...
Can you please provide a code sample? Placing a stop with no take should be possible, just follow the example of the PlaceBracketOrder. Make sure to set the entry order...
Hi @ashokgarg1 . Please download the source using `git`. The `tws-api-dotnet-standard` folder is a sub-repository. It appears that Github doesn't download submodules when you download a zip file. `git clone...
Hi Dennis, Not all events are implemented, especially for derivatives contracts that require paying for specific market data packages. But, it looks like this might be a rather easy one...