Skip to content

Commit a32e9ee

Browse files
Initial Commit
1 parent df84278 commit a32e9ee

12 files changed

Lines changed: 603 additions & 1 deletion

.gitignore

Lines changed: 279 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,279 @@
1+
# Object files
2+
*.o
3+
*.ko
4+
*.obj
5+
*.elf
6+
*.pyc
7+
8+
# Visual Studio Project Items:
9+
*.suo
10+
11+
# Precompiled Headers
12+
*.gch
13+
*.pch
14+
15+
# Libraries
16+
*.lib
17+
*.a
18+
*.la
19+
*.lo
20+
21+
# Shared objects (inc. Windows DLLs)
22+
#*.dll
23+
*.so
24+
*.so.*
25+
*.dylib
26+
27+
# Executables
28+
*/bin/*.exe
29+
*.out
30+
*.app
31+
*.i*86
32+
*.x86_64
33+
*.hex
34+
35+
# QC Cloud Setup Bash Files
36+
*.sh
37+
# Include docker launch scripts for Mac/Linux
38+
!run_docker.sh
39+
!research/run_docker_notebook.sh
40+
41+
# QC Config Files:
42+
# config.json
43+
44+
# QC-C-Specific
45+
*Engine/bin/Debug/cache/data/*.zip
46+
*/obj/*
47+
*/bin/*
48+
*Data/*
49+
*Docker/*
50+
*/Docker/*
51+
*Algorithm.Python/Lib/*
52+
*/[Ee]xtensions/*
53+
!**/Libraries/*
54+
55+
# C Debug Binaries
56+
*.pdb
57+
58+
## Ignore Visual Studio temporary files, build results, and
59+
## files generated by popular Visual Studio add-ons.
60+
61+
# User-specific files
62+
*.suo
63+
*.user
64+
*.userosscache
65+
*.sln.docstates
66+
*.userprefs
67+
68+
# Build results
69+
[Dd]ebug/
70+
[Dd]ebugPublic/
71+
[Rr]elease/
72+
[Rr]eleases/
73+
x64/
74+
x86/
75+
.vs/
76+
build/
77+
bld/
78+
[Bb]in/
79+
[Oo]bj/
80+
81+
# Roslyn cache directories
82+
*.ide/
83+
84+
# MSTest test Results
85+
[Tt]est[Rr]esult*/
86+
[Bb]uild[Ll]og.*
87+
88+
#NUNIT
89+
*.VisualState.xml
90+
TestResult.xml
91+
92+
# Build Results of an ATL Project
93+
[Dd]ebugPS/
94+
[Rr]eleasePS/
95+
dlldata.c
96+
97+
*_i.c
98+
*_p.c
99+
*_i.h
100+
*.ilk
101+
*.meta
102+
*.obj
103+
*.pch
104+
*.pdb
105+
*.pgc
106+
*.pgd
107+
*.rsp
108+
*.sbr
109+
*.tlb
110+
*.tli
111+
*.tlh
112+
*.tmp
113+
*.tmp_proj
114+
*.log
115+
*.vspscc
116+
*.vssscc
117+
.builds
118+
*.pidb
119+
*.svclog
120+
*.scc
121+
122+
# Chutzpah Test files
123+
_Chutzpah*
124+
125+
# Visual C++ cache files
126+
ipch/
127+
*.aps
128+
*.ncb
129+
*.opensdf
130+
*.sdf
131+
*.cachefile
132+
133+
# Visual Studio profiler
134+
*.psess
135+
*.vsp
136+
*.vspx
137+
138+
# TFS 2012 Local Workspace
139+
$tf/
140+
141+
# Guidance Automation Toolkit
142+
*.gpState
143+
144+
# ReSharper is a .NET coding add-in
145+
_ReSharper*/
146+
*.[Rr]e[Ss]harper
147+
*.DotSettings
148+
*.DotSettings.user
149+
150+
# JustCode is a .NET coding addin-in
151+
.JustCode
152+
153+
# TeamCity is a build add-in
154+
_TeamCity*
155+
156+
# DotCover is a Code Coverage Tool
157+
*.dotCover
158+
159+
# NCrunch
160+
_NCrunch_*
161+
.*crunch*.local.xml
162+
163+
# MightyMoose
164+
*.mm.*
165+
AutoTest.Net/
166+
167+
# Web workbench (sass)
168+
.sass-cache/
169+
170+
# Installshield output folder
171+
[Ee]xpress/
172+
173+
# JetBrains Rider
174+
.idea/
175+
176+
# DocProject is a documentation generator add-in
177+
DocProject/buildhelp/
178+
DocProject/Help/*.HxT
179+
DocProject/Help/*.HxC
180+
DocProject/Help/*.hhc
181+
DocProject/Help/*.hhk
182+
DocProject/Help/*.hhp
183+
DocProject/Help/Html2
184+
DocProject/Help/html
185+
186+
# Click-Once directory
187+
publish/
188+
189+
# Publish Web Output
190+
*.[Pp]ublish.xml
191+
*.azurePubxml
192+
# TODO: Comment the next line if you want to checkin your web deploy settings
193+
# but database connection strings (with potential passwords) will be unencrypted
194+
*.pubxml
195+
*.publishproj
196+
197+
# NuGet Packages
198+
*.nupkg
199+
!LocalPackages/*
200+
# The packages folder can be ignored because of Package Restore
201+
**/packages/*
202+
# except build/, which is used as an MSBuild target.
203+
!**/packages/build/
204+
# If using the old MSBuild-Integrated Package Restore, uncomment this:
205+
#!**/packages/repositories.config
206+
# ignore sln level nuget
207+
.nuget/
208+
!.nuget/NuGet.config
209+
210+
# Windows Azure Build Output
211+
csx/
212+
*.build.csdef
213+
214+
# Windows Store app package directory
215+
AppPackages/
216+
217+
# Others
218+
*.Cache
219+
ClientBin/
220+
[Ss]tyle[Cc]op.*
221+
~$*
222+
*~
223+
*.dbmdl
224+
*.dbproj.schemaview
225+
*.pfx
226+
*.publishsettings
227+
node_modules/
228+
bower_components/
229+
230+
# RIA/Silverlight projects
231+
Generated_Code/
232+
233+
# Backup & report files from converting an old project file
234+
# to a newer Visual Studio version. Backup files are not needed,
235+
# because we have git ;-)
236+
_UpgradeReport_Files/
237+
Backup*/
238+
UpgradeLog*.XML
239+
UpgradeLog*.htm
240+
241+
# SQL Server files
242+
*.mdf
243+
*.ldf
244+
245+
# Business Intelligence projects
246+
*.rdl.data
247+
*.bim.layout
248+
*.bim_*.settings
249+
250+
# Microsoft Fakes
251+
FakesAssemblies/
252+
253+
# Test Runner
254+
testrunner/
255+
256+
# Meld original diff files
257+
*.orig
258+
259+
# Output chart data
260+
Charts/
261+
262+
# NCrunch files
263+
*.ncrunchsolution
264+
*.ncrunchproject
265+
266+
# QuantConnect plugin files
267+
QuantConnectProjects.xml
268+
Launcher/Plugins/*
269+
/ApiPython/dist
270+
/ApiPython/quantconnect.egg-info
271+
/ApiPython/quantconnect.egg-info/*
272+
273+
QuantConnect.Lean.sln.DotSettings*
274+
275+
#User notebook files
276+
Research/Notebooks
277+
278+
#Docker result files
279+
Results/

BashConverterScript.sh

Whitespace-only changes.

CSharpConverterNotebook.ipynb

Whitespace-only changes.

DataLibrary.sln

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31205.134
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataLibrary", "DataLibrary\DataLibrary.csproj", "{68E7301F-DEA2-4688-B519-DE5E59F6F252}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{46223B6F-6400-4C76-9066-441E8ACB6A21}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{68E7301F-DEA2-4688-B519-DE5E59F6F252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{68E7301F-DEA2-4688-B519-DE5E59F6F252}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{68E7301F-DEA2-4688-B519-DE5E59F6F252}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{68E7301F-DEA2-4688-B519-DE5E59F6F252}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{46223B6F-6400-4C76-9066-441E8ACB6A21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{46223B6F-6400-4C76-9066-441E8ACB6A21}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{46223B6F-6400-4C76-9066-441E8ACB6A21}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{46223B6F-6400-4C76-9066-441E8ACB6A21}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {31C08380-AE42-4398-A61D-B9BC9434B48C}
30+
EndGlobalSection
31+
EndGlobal

DataLibrary/DataLibrary.csproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net5.0</TargetFramework>
5+
</PropertyGroup>
6+
7+
<ItemGroup>
8+
<PackageReference Include="QuantConnect.Common" Version="2.5.11800" />
9+
<PackageReference Include="protobuf-net" Version="3.0.29" />
10+
<PackageReference Include="protobuf-net.Core" Version="3.0.29" />
11+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
12+
</ItemGroup>
13+
14+
</Project>

0 commit comments

Comments
 (0)