Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade IBAutomater to v1.0.29 #4616

Merged
merged 2 commits into from Aug 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions Brokerages/QuantConnect.Brokerages.csproj
Expand Up @@ -156,7 +156,7 @@
<HintPath>Fxcm\QuantConnect.Fxcm.dll</HintPath>
</Reference>
<Reference Include="QuantConnect.IBAutomater, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\QuantConnect.IBAutomater.1.0.26\lib\net45\QuantConnect.IBAutomater.exe</HintPath>
<HintPath>..\packages\QuantConnect.IBAutomater.1.0.29\lib\net45\QuantConnect.IBAutomater.exe</HintPath>
</Reference>
<Reference Include="RestSharp, Version=106.6.10.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
<HintPath>..\packages\RestSharp.106.6.10\lib\net452\RestSharp.dll</HintPath>
Expand Down Expand Up @@ -734,9 +734,9 @@
<Error Condition="!Exists('..\packages\Microsoft.NetCore.Analyzers.2.9.3\build\Microsoft.NetCore.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.NetCore.Analyzers.2.9.3\build\Microsoft.NetCore.Analyzers.props'))" />
<Error Condition="!Exists('..\packages\Microsoft.NetFramework.Analyzers.2.9.3\build\Microsoft.NetFramework.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.NetFramework.Analyzers.2.9.3\build\Microsoft.NetFramework.Analyzers.props'))" />
<Error Condition="!Exists('..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.2.9.3\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.2.9.3\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props'))" />
<Error Condition="!Exists('..\packages\QuantConnect.IBAutomater.1.0.26\build\QuantConnect.IBAutomater.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\QuantConnect.IBAutomater.1.0.26\build\QuantConnect.IBAutomater.targets'))" />
<Error Condition="!Exists('..\packages\QuantConnect.IBAutomater.1.0.29\build\QuantConnect.IBAutomater.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\QuantConnect.IBAutomater.1.0.29\build\QuantConnect.IBAutomater.targets'))" />
</Target>
<Import Project="..\packages\QuantConnect.IBAutomater.1.0.26\build\QuantConnect.IBAutomater.targets" Condition="Exists('..\packages\QuantConnect.IBAutomater.1.0.26\build\QuantConnect.IBAutomater.targets')" />
<Import Project="..\packages\QuantConnect.IBAutomater.1.0.29\build\QuantConnect.IBAutomater.targets" Condition="Exists('..\packages\QuantConnect.IBAutomater.1.0.29\build\QuantConnect.IBAutomater.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
2 changes: 1 addition & 1 deletion Brokerages/packages.config
Expand Up @@ -9,7 +9,7 @@
<package id="NATS.Client" version="0.8.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
<package id="NodaTime" version="1.3.4" targetFramework="net452" />
<package id="QuantConnect.IBAutomater" version="1.0.26" targetFramework="net462" />
<package id="QuantConnect.IBAutomater" version="1.0.29" targetFramework="net462" />
<package id="RestSharp" version="106.6.10" targetFramework="net452" />
<package id="System.Net.Http" version="4.3.4" targetFramework="net462" />
<package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net462" />
Expand Down
1 change: 1 addition & 0 deletions Launcher/config.json
Expand Up @@ -76,6 +76,7 @@
"ib-tws-dir": "C:\\Jts",
"ib-trading-mode": "paper",
"ib-enable-delayed-streaming-data": false,
"ib-version": "974",

// tradier configuration
"tradier-account-id": "",
Expand Down