Skip to content

Releases: tradewright/tradewright-twsapi

973.7.5

29 Oct 19:46
Compare
Choose a tag to compare

Changes in this release:

  • Replaced overloaded methods by type-specific methods in MessageGenerator. I find this more readable.

  • Fixed output formatting bug for ScannerParameters. TWS uses only a LF as a line terminator in the XML.

  • Fixed some bugs where Nullable fields were not handled properly.

  • Added a new IdType for realtime bars.

  • Fixed incorrect decoding of request id in historical data updates parser.

To use this NuGet package, download it and run the nuget add command in Command Prompt or Powershell to add it to your local package source.

For example if your local package source is in C:\Projects\Packages, and you download it to C:\Downloads, then the command to use would be:

nuget add C:\Downloads\TradeWright.IBAPI.973.7.5.nupkg -source C:\Projects\Packages

You can then use the Visual Studio NuGet Package Manager to include the package in your .Net projects.

973.7.1

22 Jan 17:10
Compare
Choose a tag to compare

To use this NuGet package, download it and run the nuget add command in Command Prompt or Powershell to add it to your local package source.

For example if your local package source is in C:\Projects\Packages, and you download it to C:\Downloads, then the command to use would be:

nuget add C:\Downloads\TradeWright.IBAPI.973.7.1.nupkg -source C:\Projects\Packages

You can then use the Visual Studio NuGet Package Manager to include the package in your .Net projects.