|
22 | 22 | 943398272D57E54000287A2D /* jsonParser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 943398262D57E54000287A2D /* jsonParser.mm */; }; |
23 | 23 | 94364CB62D416D8D00F35B55 /* db.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94364CB52D416D8000F35B55 /* db.mm */; }; |
24 | 24 | 944698852D3A545B0070E30F /* libpq.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 94CD8A972D2D34A100041BBA /* libpq.a */; }; |
| 25 | + 9464E5F12FA7467200D82BAD /* symbolScale.mm in Sources */ = {isa = PBXBuildFile; fileRef = 9464E5F02FA7467200D82BAD /* symbolScale.mm */; }; |
25 | 26 | 94674B872D533B4000973137 /* tradeManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94674B852D533B4000973137 /* tradeManager.cpp */; }; |
26 | 27 | 94674B882D533B4000973137 /* tradeManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94674B852D533B4000973137 /* tradeManager.cpp */; }; |
27 | 28 | 94674B8A2D533BDA00973137 /* tradeManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94674B892D533BDA00973137 /* tradeManager.mm */; }; |
|
75 | 76 | 944D0DC82C8C3704004DD0FC /* LICENSE.MD */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.MD; sourceTree = "<group>"; }; |
76 | 77 | 944D0DC92C8C3704004DD0FC /* build.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = build.sh; sourceTree = "<group>"; }; |
77 | 78 | 944D0DCA2C8C3704004DD0FC /* clean.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = clean.sh; sourceTree = "<group>"; }; |
78 | | - 944D0DCB2C8C3704004DD0FC /* environment.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = environment.sh; sourceTree = "<group>"; }; |
79 | 79 | 944D0DCC2C8C3704004DD0FC /* run.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = run.sh; sourceTree = "<group>"; }; |
80 | 80 | 944D0DCD2C8C3704004DD0FC /* test.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = test.sh; sourceTree = "<group>"; }; |
81 | 81 | 944D0DCF2C8C3704004DD0FC /* sonar-project.properties */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "sonar-project.properties"; sourceTree = "<group>"; }; |
82 | 82 | 944D0DD02C8C3704004DD0FC /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
83 | | - 944D0DD12C8C3704004DD0FC /* random-indices-sp500-variable.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "random-indices-sp500-variable.svg"; sourceTree = "<group>"; }; |
84 | 83 | 944D0DD32C8C3704004DD0FC /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; }; |
| 84 | + 9464E5EF2FA7466900D82BAD /* symbolScale.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = symbolScale.hpp; sourceTree = "<group>"; }; |
| 85 | + 9464E5F02FA7467200D82BAD /* symbolScale.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = symbolScale.mm; sourceTree = "<group>"; }; |
85 | 86 | 94674B822D533B1D00973137 /* trade.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = trade.hpp; sourceTree = "<group>"; }; |
86 | 87 | 94674B832D533B2F00973137 /* tradeManager.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = tradeManager.hpp; sourceTree = "<group>"; }; |
87 | 88 | 94674B852D533B4000973137 /* tradeManager.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tradeManager.cpp; sourceTree = "<group>"; }; |
|
1314 | 1315 | 942966D72D48E84100532862 /* models */ = { |
1315 | 1316 | isa = PBXGroup; |
1316 | 1317 | children = ( |
| 1318 | + 9464E5EF2FA7466900D82BAD /* symbolScale.hpp */, |
1317 | 1319 | 94674B822D533B1D00973137 /* trade.hpp */, |
1318 | 1320 | 942966D82D48E84A00532862 /* priceData.hpp */, |
1319 | 1321 | ); |
|
1324 | 1326 | isa = PBXGroup; |
1325 | 1327 | children = ( |
1326 | 1328 | 94CD849E2D2D22C900041BBA /* external */, |
1327 | | - 944D0DD22C8C3704004DD0FC /* images */, |
1328 | 1329 | 944D0DCE2C8C3704004DD0FC /* scripts */, |
1329 | 1330 | 94DE4F772C8C3E7C00FE48FF /* include */, |
1330 | 1331 | 9470B5A22C8C5AD0007D9CC6 /* source */, |
|
1355 | 1356 | 94BBA4502D2EA2570010E04D /* arguments */, |
1356 | 1357 | 944D0DC92C8C3704004DD0FC /* build.sh */, |
1357 | 1358 | 944D0DCA2C8C3704004DD0FC /* clean.sh */, |
1358 | | - 944D0DCB2C8C3704004DD0FC /* environment.sh */, |
1359 | 1359 | 944D0DCC2C8C3704004DD0FC /* run.sh */, |
1360 | 1360 | 944D0DCD2C8C3704004DD0FC /* test.sh */, |
1361 | 1361 | ); |
1362 | 1362 | path = scripts; |
1363 | 1363 | sourceTree = "<group>"; |
1364 | 1364 | }; |
1365 | | - 944D0DD22C8C3704004DD0FC /* images */ = { |
1366 | | - isa = PBXGroup; |
1367 | | - children = ( |
1368 | | - 944D0DD12C8C3704004DD0FC /* random-indices-sp500-variable.svg */, |
1369 | | - ); |
1370 | | - path = images; |
1371 | | - sourceTree = "<group>"; |
1372 | | - }; |
1373 | 1365 | 94674B842D533B2F00973137 /* trading */ = { |
1374 | 1366 | isa = PBXGroup; |
1375 | 1367 | children = ( |
|
1422 | 1414 | 9470B5AD2C8C5B99007D9CC6 /* tests */ = { |
1423 | 1415 | isa = PBXGroup; |
1424 | 1416 | children = ( |
| 1417 | + 9464E5F02FA7467200D82BAD /* symbolScale.mm */, |
1425 | 1418 | 943398262D57E54000287A2D /* jsonParser.mm */, |
1426 | 1419 | 94674B892D533BDA00973137 /* tradeManager.mm */, |
1427 | 1420 | 94364CB52D416D8000F35B55 /* db.mm */, |
|
3648 | 3641 | files = ( |
3649 | 3642 | 94CD8BA12D2E8CE500041BBA /* databaseConnection.cpp in Sources */, |
3650 | 3643 | 941408AF2D59F93F000ED1F9 /* sqlManager.cpp in Sources */, |
| 3644 | + 9464E5F12FA7467200D82BAD /* symbolScale.mm in Sources */, |
3651 | 3645 | 943398242D57E53400287A2D /* jsonParser.cpp in Sources */, |
3652 | 3646 | 94280BA42D2FC00200F1CF56 /* base64.cpp in Sources */, |
3653 | 3647 | 94674B8D2D533E7800973137 /* trade.cpp in Sources */, |
|
3789 | 3783 | HEADER_SEARCH_PATHS = ( |
3790 | 3784 | "\"$(SRCROOT)/external/libpqxx/include\"", |
3791 | 3785 | "\"$(SRCROOT)/external/libpqxx/include/pqxx/internal\"", |
3792 | | - "\"$(SRCROOT)/external/", |
| 3786 | + "\"$(SRCROOT)/external/\"", |
| 3787 | + "\"$(SRCROOT)/external/boost-decimal/include\"", |
3793 | 3788 | ); |
3794 | 3789 | INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = ""; |
3795 | 3790 | LIBRARY_SEARCH_PATHS = ( |
3796 | 3791 | "\"$(SRCROOT)/external/libpqxx/build/src\"", |
3797 | 3792 | "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
| 3793 | + "\"$(SRCROOT)/external/boost-decimal/build\"", |
3798 | 3794 | ); |
3799 | 3795 | MACOSX_DEPLOYMENT_TARGET = 26.0; |
3800 | 3796 | OTHER_LDFLAGS = ""; |
|
3812 | 3808 | HEADER_SEARCH_PATHS = ( |
3813 | 3809 | "\"$(SRCROOT)/external/libpqxx/include\"", |
3814 | 3810 | "\"$(SRCROOT)/external/libpqxx/include/pqxx/internal\"", |
3815 | | - "\"$(SRCROOT)/external/", |
| 3811 | + "\"$(SRCROOT)/external/\"", |
| 3812 | + "\"$(SRCROOT)/external/boost-decimal/include\"", |
3816 | 3813 | ); |
3817 | 3814 | INCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = ""; |
3818 | 3815 | LIBRARY_SEARCH_PATHS = ( |
3819 | 3816 | "\"$(SRCROOT)/external/libpqxx/build/src\"", |
3820 | 3817 | "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
| 3818 | + "\"$(SRCROOT)/external/boost-decimal/build\"", |
3821 | 3819 | ); |
3822 | 3820 | MACOSX_DEPLOYMENT_TARGET = 26.0; |
3823 | 3821 | OTHER_LDFLAGS = ""; |
|
3836 | 3834 | HEADER_SEARCH_PATHS = ( |
3837 | 3835 | "\"$(SRCROOT)/external/libpqxx/include\"", |
3838 | 3836 | "\"$(SRCROOT)/external/libpqxx/include/pqxx/internal\"", |
3839 | | - "\"$(SRCROOT)/external/", |
| 3837 | + "\"$(SRCROOT)/external/\"", |
| 3838 | + "\"$(SRCROOT)/external/boost-decimal/include\"", |
3840 | 3839 | ); |
3841 | 3840 | LIBRARY_SEARCH_PATHS = ( |
3842 | 3841 | "\"$(SRCROOT)/external/libpqxx/build/src\"", |
3843 | 3842 | "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
| 3843 | + "\"$(SRCROOT)/external/boost-decimal/build\"", |
3844 | 3844 | ); |
3845 | 3845 | MACOSX_DEPLOYMENT_TARGET = 26.0; |
3846 | 3846 | MARKETING_VERSION = 1.0; |
|
3859 | 3859 | HEADER_SEARCH_PATHS = ( |
3860 | 3860 | "\"$(SRCROOT)/external/libpqxx/include\"", |
3861 | 3861 | "\"$(SRCROOT)/external/libpqxx/include/pqxx/internal\"", |
3862 | | - "\"$(SRCROOT)/external/", |
| 3862 | + "\"$(SRCROOT)/external/\"", |
| 3863 | + "\"$(SRCROOT)/external/boost-decimal/include\"", |
3863 | 3864 | ); |
3864 | 3865 | LIBRARY_SEARCH_PATHS = ( |
3865 | 3866 | "\"$(SRCROOT)/external/libpqxx/build/src\"", |
3866 | 3867 | "/opt/homebrew/Cellar/postgresql@18/18.3/lib/postgresql", |
| 3868 | + "\"$(SRCROOT)/external/boost-decimal/build\"", |
3867 | 3869 | ); |
3868 | 3870 | MACOSX_DEPLOYMENT_TARGET = 26.0; |
3869 | 3871 | MARKETING_VERSION = 1.0; |
|
0 commit comments