jgtfx2console 0.4.27__py3-none-any.whl → 0.5.15__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- jgtfx2console/LiveChartDataExport.py +2 -2
- jgtfx2console/__init__.py +1 -1
- jgtfx2console/common_samples/BatchOrderMonitor.py +84 -0
- jgtfx2console/common_samples/OrderMonitor.py +171 -0
- jgtfx2console/common_samples/OrderMonitorNetting.py +195 -0
- jgtfx2console/common_samples/TableListenerContainer.py +197 -0
- jgtfx2console/common_samples/__init__.py +23 -0
- jgtfx2console/common_samples/common.py +219 -0
- jgtfx2console/config_generator.py +12 -5
- jgtfx2console/forexconnect/ForexConnect.py +7 -2
- jgtfx2console/forexconnect/_fix_import.sh +3 -0
- jgtfx2console/forexconnect/lib/windows/ForexConnect.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/__init__.py +0 -0
- jgtfx2console/forexconnect/lib/windows/_depend_on.txt +11 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-console-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-datetime-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-debug-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-errorhandling-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-file-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-file-l1-2-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-file-l2-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-handle-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-heap-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-interlocked-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-libraryloader-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-localization-l1-2-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-memory-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-namedpipe-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-processenvironment-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-processthreads-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-processthreads-l1-1-1.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-profile-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-rtlsupport-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-string-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-synch-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-synch-l1-2-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-sysinfo-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-timezone-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-core-util-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-conio-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-convert-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-environment-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-filesystem-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-heap-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-locale-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-math-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-multibyte-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-private-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-process-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-runtime-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-stdio-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-string-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-time-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-utility-l1-1-0.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/cacert.pem +3314 -0
- jgtfx2console/forexconnect/lib/windows/concrt140.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/fxcorepy.pyd +0 -0
- jgtfx2console/forexconnect/lib/windows/fxmsg.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/fxtp.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/gscurl.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/gsexpat.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/gslibeay32.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/gsssleay32.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/gstool3.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/gszlib.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/httplib.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/log4cplus.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/msvcp140.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/pdas.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/pricehistorymgr.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/python3.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/quotesmgr2.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/requirements.txt +5 -0
- jgtfx2console/forexconnect/lib/windows/sqlite3.8.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/ucrtbase.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/vccorlib140.dll +0 -0
- jgtfx2console/forexconnect/lib/windows/vcruntime140.dll +0 -0
- jgtfx2console/fxcli2console.py +12 -7
- {jgtfx2console-0.4.27.dist-info → jgtfx2console-0.5.15.dist-info}/METADATA +18 -21
- jgtfx2console-0.5.15.dist-info/RECORD +112 -0
- {jgtfx2console-0.4.27.dist-info → jgtfx2console-0.5.15.dist-info}/WHEEL +1 -1
- jgtfx2console-0.5.15.dist-info/entry_points.txt +2 -0
- jgtfx2console-0.4.27.dist-info/RECORD +0 -39
- jgtfx2console-0.4.27.dist-info/entry_points.txt +0 -4
- {jgtfx2console-0.4.27.dist-info → jgtfx2console-0.5.15.dist-info}/LICENSE +0 -0
- {jgtfx2console-0.4.27.dist-info → jgtfx2console-0.5.15.dist-info}/top_level.txt +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
jgtfx2console/fxcli2console.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
#!/usr/bin/env python
|
2
2
|
|
3
3
|
# Copyright 2019 Gehtsoft USA LLC
|
4
4
|
|
@@ -16,6 +16,7 @@
|
|
16
16
|
# limitations under the License.
|
17
17
|
|
18
18
|
import argparse
|
19
|
+
import subprocess
|
19
20
|
import os
|
20
21
|
import sys
|
21
22
|
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))
|
@@ -55,21 +56,25 @@ connection='Demo'
|
|
55
56
|
quotes_count='800'
|
56
57
|
"""
|
57
58
|
|
58
|
-
def
|
59
|
-
|
59
|
+
def _parse_args():
|
60
|
+
|
61
|
+
parser = jgtcomm.new_parser("Get historical data from FXConnect","fxcli2console","That cli produces output to console and is used by jgtfxcli as a subprocess alternative for some retrieval that fails. It is a wrapper around forexconnect package that you can install on python over 3.7.")
|
60
62
|
#jgtcomm.add_main_arguments(parser)
|
61
63
|
jgtcomm.add_instrument_timeframe_arguments(parser)
|
62
64
|
#common_samples.add_date_arguments(parser)
|
63
65
|
jgtcomm.add_tlid_range_argument(parser)
|
64
66
|
#jgtcomm.add_date_arguments(parser)
|
65
|
-
jgtcomm.
|
67
|
+
jgtcomm.add_bars_amount_V2_arguments(parser)
|
66
68
|
jgtcomm.add_keepbidask_argument(parser)
|
67
|
-
args =
|
69
|
+
args = jgtcomm.parse_args(parser)
|
68
70
|
return args
|
69
71
|
|
70
72
|
|
71
73
|
def main():
|
72
|
-
args =
|
74
|
+
args = _parse_args()
|
75
|
+
if len(sys.argv) == 1:
|
76
|
+
subprocess.run([sys.argv[0], "--help"])
|
77
|
+
return
|
73
78
|
str_user_id = user_id#args.l
|
74
79
|
str_password = password#args.p
|
75
80
|
str_url = url#args.u
|
@@ -77,7 +82,7 @@ def main():
|
|
77
82
|
keep_bid_ask = args.keepbidask
|
78
83
|
|
79
84
|
#env variable bypass if env exist JGT_KEEP_BID_ASK=1, keep_bid_ask = True
|
80
|
-
if os.getenv("JGT_KEEP_BID_ASK","0") == "1":
|
85
|
+
if os.getenv("JGT_KEEP_BID_ASK","0") == "1" and not args.rmbidask:
|
81
86
|
keep_bid_ask = True
|
82
87
|
|
83
88
|
using_tlid = False
|
@@ -1,40 +1,37 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: jgtfx2console
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5.15
|
4
4
|
Summary: PDS Services
|
5
5
|
Home-page: https://github.com/jgwill/jgtfx2console
|
6
6
|
Author: GUillaume Isabelle
|
7
7
|
Author-email: Guillaume Isabelle <jgi@jgwill.com>
|
8
8
|
Project-URL: Homepage, https://github.com/jgwill/jgtfx2console
|
9
9
|
Project-URL: Bug Tracker, https://github.com/jgwill/jgtfx2console/issues
|
10
|
+
Keywords: data
|
10
11
|
Classifier: Programming Language :: Python :: 3
|
11
12
|
Classifier: License :: OSI Approved :: MIT License
|
12
13
|
Classifier: Operating System :: OS Independent
|
13
14
|
Requires-Python: >=3.7
|
14
15
|
Description-Content-Type: text/markdown
|
15
16
|
License-File: LICENSE
|
16
|
-
Requires-Dist: pandas
|
17
|
-
Requires-Dist: python-dotenv
|
18
|
-
Requires-Dist: jgtutils
|
17
|
+
Requires-Dist: pandas>=0.25.1
|
18
|
+
Requires-Dist: python-dotenv>=0.19.2
|
19
|
+
Requires-Dist: jgtutils>=0.2.218
|
19
20
|
Requires-Dist: tlid
|
20
|
-
Provides-Extra: dev
|
21
|
-
Requires-Dist: flake8 <3.7.0,>=3.6.0 ; extra == 'dev'
|
22
|
-
Requires-Dist: isort <4.4.0,>=4.3.4 ; extra == 'dev'
|
23
|
-
Requires-Dist: coverage ; extra == 'dev'
|
24
|
-
Requires-Dist: pytest >=3.10 ; extra == 'dev'
|
25
|
-
Requires-Dist: readme-renderer ; extra == 'dev'
|
26
|
-
Requires-Dist: sphinx ; extra == 'dev'
|
27
|
-
Requires-Dist: sphinx-rtd-theme >=0.4.0 ; extra == 'dev'
|
28
|
-
Provides-Extra: dev-docs
|
29
|
-
Requires-Dist: readme-renderer ; extra == 'dev-docs'
|
30
|
-
Requires-Dist: sphinx ; extra == 'dev-docs'
|
31
|
-
Requires-Dist: sphinx-rtd-theme >=0.4.0 ; extra == 'dev-docs'
|
32
21
|
Provides-Extra: dev-lint
|
33
|
-
Requires-Dist: flake8
|
34
|
-
Requires-Dist: isort
|
22
|
+
Requires-Dist: flake8<3.7.0,>=3.6.0; extra == "dev-lint"
|
23
|
+
Requires-Dist: isort<4.4.0,>=4.3.4; extra == "dev-lint"
|
35
24
|
Provides-Extra: dev-test
|
36
|
-
Requires-Dist: coverage
|
37
|
-
Requires-Dist: pytest
|
25
|
+
Requires-Dist: coverage; extra == "dev-test"
|
26
|
+
Requires-Dist: pytest>=3.10; extra == "dev-test"
|
27
|
+
Provides-Extra: dev-docs
|
28
|
+
Requires-Dist: readme_renderer; extra == "dev-docs"
|
29
|
+
Requires-Dist: sphinx; extra == "dev-docs"
|
30
|
+
Requires-Dist: sphinx_rtd_theme>=0.4.0; extra == "dev-docs"
|
31
|
+
Requires-Dist: html2text>=2020.1.16; extra == "dev-docs"
|
32
|
+
Requires-Dist: html2markdown>=0.1.7; extra == "dev-docs"
|
33
|
+
Dynamic: author
|
34
|
+
Dynamic: home-page
|
38
35
|
|
39
36
|
|
40
37
|
|
@@ -0,0 +1,112 @@
|
|
1
|
+
jgtfx2console/LiveChartDataExport.py,sha256=9bP7n4i87LqicSoYY7om-WwTz3gRbtnF_otGQRWsRi8,15349
|
2
|
+
jgtfx2console/__init__.py,sha256=I0W4oOeFGmvR5DnbwPkTL12lUV9s8_6IY7lkU1bH-oo,1611
|
3
|
+
jgtfx2console/config_generator.py,sha256=5TobhfIqoAgkA4CXq5rzuZADGc-TFm1R2GC5P3nxU88,3027
|
4
|
+
jgtfx2console/fxcli2console.py,sha256=glK91qmKVKj-CCwqs6IniZ_QxrlF4AR4ivIJF3gqHFk,7803
|
5
|
+
jgtfx2console/common_samples/BatchOrderMonitor.py,sha256=FUGwBCGzoqOt4rhzL4cqR6AWuhwwsGxAgCkqMW6BvWk,2987
|
6
|
+
jgtfx2console/common_samples/OrderMonitor.py,sha256=wYcvGRfZ7PmcoEKXggX-99eZIQYHa4m5NizWjsHw4mg,6532
|
7
|
+
jgtfx2console/common_samples/OrderMonitorNetting.py,sha256=SSoTn2WV23GgCHqlmeEzK6ORTwZcyp1oS6otMhKkZaw,7863
|
8
|
+
jgtfx2console/common_samples/TableListenerContainer.py,sha256=HVLJEdd2kP5ZujBWasAqJCL5fhXRxdD0N3khENRxzK0,8644
|
9
|
+
jgtfx2console/common_samples/__init__.py,sha256=E1Y3bTCWRPfc2m2gpenHHDzqkbT5OBldDypo7o7dgk0,1263
|
10
|
+
jgtfx2console/common_samples/common.py,sha256=Z2AIVKXd5f8P9UKShmw15ARPGF_vKdaL6cQENC-D6Yc,9796
|
11
|
+
jgtfx2console/forexconnect/EachRowListener.py,sha256=jbRaSqhHtoaRnEnLGoUmVLvE6VPt-WXYtglRPzK440k,1649
|
12
|
+
jgtfx2console/forexconnect/ForexConnect.py,sha256=ePoyYtxZF50n4mOQLQbfBKRtfRW6Wlbnpjjgn9UYb08,26023
|
13
|
+
jgtfx2console/forexconnect/LiveHistory.py,sha256=saGkZ8ZUWRclcusG1vg12H4flpQWXKIMXCdQ5qM5cOo,9925
|
14
|
+
jgtfx2console/forexconnect/ResponseListener.py,sha256=lwL8lhm6UVq3IU0LG0HdKgBXmJBwflcGh4brrgGZ93E,8003
|
15
|
+
jgtfx2console/forexconnect/SessionStatusListener.py,sha256=fqaN_rXA9MhE0aBPP2_1uuzi5avehQl8Iwiwke7BJ14,4783
|
16
|
+
jgtfx2console/forexconnect/TableListener.py,sha256=eYiINt8_dxmMP9jnccl4iCniSwXv0mGa1vgsc-1_yPI,5900
|
17
|
+
jgtfx2console/forexconnect/TableManagerListener.py,sha256=bZSUqTmDmc1P18x-UrBEe7iPwkcX-Q-AAEDcAeBo6UU,3121
|
18
|
+
jgtfx2console/forexconnect/__init__.py,sha256=w6j9771me94bE5bIMHvZ4Ou6UfntWF_G2Xp_iHQSY_w,2125
|
19
|
+
jgtfx2console/forexconnect/_fix_import.sh,sha256=CjGGS3jAX93DQAWmJZn0N3ppTR3x26W_CBT1EXRwiu0,127
|
20
|
+
jgtfx2console/forexconnect/common.py,sha256=S7GDyWCTylKMQyZqpLdfoNH0fpR-dp1wDNX_rb3wqOY,19128
|
21
|
+
jgtfx2console/forexconnect/errors.py,sha256=MJNnO54zlXxhG21HbSdjTWlirptObiTIt4EtQOefRm0,931
|
22
|
+
jgtfx2console/forexconnect/x-pyd.py,sha256=bxFD6QgIK9iLx9sv80uK0W0vaCgdlSoZtpmuUPcwq5E,437
|
23
|
+
jgtfx2console/forexconnect/lib/linux/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
24
|
+
jgtfx2console/forexconnect/lib/linux/fxcorepy.so,sha256=CsyjyIElD_KyUNIz0lQVK5YJfKuVU_9GBqBmCCcNy8o,14199600
|
25
|
+
jgtfx2console/forexconnect/lib/linux/libForexConnect.so,sha256=M-Y7e1Zxlyoof9BGGmc5wztGhgld1_U2TgTUoN4XCvA,1987680
|
26
|
+
jgtfx2console/forexconnect/lib/linux/libboost_python3.so.1.64.0,sha256=2XepLyPv1qxFhTbrkC8WNg5S7ZgohjCi4LPMlZeDmhg,299128
|
27
|
+
jgtfx2console/forexconnect/lib/linux/libboost_system.so.1.64.0,sha256=HAGTmNJZfzy2WCeq_MK1_3QHMZBjiJUelOLwA_H4ZDQ,14640
|
28
|
+
jgtfx2console/forexconnect/lib/linux/libfxmsg.so,sha256=K3U15V2agn9qkB22ZpZCkqGk28DU7264-bXU1HA2Yec,2741248
|
29
|
+
jgtfx2console/forexconnect/lib/linux/libfxtp.so,sha256=ogXpck5RQ_LBOuNtEcIuZJ4Ch8OIcCNcU04W0yIL4Jw,186440
|
30
|
+
jgtfx2console/forexconnect/lib/linux/libgsexpat.so,sha256=PzU_8qI08jSqs2gT4qNf5lSomiJwH4ocNHQI7Eb_eYw,1188656
|
31
|
+
jgtfx2console/forexconnect/lib/linux/libgstool3.so,sha256=ZlfTRiv0GhHG_AlCQkA_v_1Vvh8YZ1AsRfSOErrDN3A,148064
|
32
|
+
jgtfx2console/forexconnect/lib/linux/libhttplib.so,sha256=6OQbUqvgRDkbD_eEN3H49npI2A49xHZb0Pw_v3FGOIE,3126400
|
33
|
+
jgtfx2console/forexconnect/lib/linux/liblog4cplus.so,sha256=Eu2yoaLxBAqvz7lEYiZhHAf1AG3Q_OOZ_DlzsBq4w7s,415592
|
34
|
+
jgtfx2console/forexconnect/lib/linux/liblogger.so,sha256=9u1sc3mpXwkTAr8alLei3M-CjC8L0XBCQuhv71bFMQo,39768
|
35
|
+
jgtfx2console/forexconnect/lib/linux/libpdas.so,sha256=gBLUEbqlubznF7ABz7Xm7G9YT-Q1TwISBPkiEekTCQQ,659568
|
36
|
+
jgtfx2console/forexconnect/lib/linux/libpricehistorymgr.so.2.8.0,sha256=xUNJKKRV95YKJPb1DIevTWtNy3zQIzfiEW2Uk8hzwIQ,303464
|
37
|
+
jgtfx2console/forexconnect/lib/linux/libpython3.7m.so,sha256=UQzwU5QcaVnwQdt2yXifpa00fEBPr277kONvHHqjjaM,3421160
|
38
|
+
jgtfx2console/forexconnect/lib/linux/libquotesmgr2.so.2.8,sha256=QIUMvjI-4m3YX3N23Pad9TIhYbmk17raTTW0gyrElkM,1245248
|
39
|
+
jgtfx2console/forexconnect/lib/linux/libsqlite3.8.so,sha256=aqjV6ZcluDkzyr_bbWQCOHt9uitLvp7uPS-53Z3toQk,641120
|
40
|
+
jgtfx2console/forexconnect/lib/linux/requirements.txt,sha256=62zntle4oq_jlsvrAK1bbfgYvAcRPtVHkGYu_eWiRZs,77
|
41
|
+
jgtfx2console/forexconnect/lib/windows/ForexConnect.dll,sha256=k-PMcNXs3jc_6FT5FwSIMUg1H2rCSZyglZfr3uwTZdA,1443328
|
42
|
+
jgtfx2console/forexconnect/lib/windows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
43
|
+
jgtfx2console/forexconnect/lib/windows/_depend_on.txt,sha256=M9RCWETC-h-9EB7hRCOz-CdYJR0zZQ8kS6Acir5Tt9E,216
|
44
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-console-l1-1-0.dll,sha256=XBy9Fqz5GR8XUl9d2IfZRLTrAIPF7BrbaM4bgmORgq4,19136
|
45
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-datetime-l1-1-0.dll,sha256=41Ps-d6wg9oPAPQPL-mcxO6kqQTnEYocrE725D-JsVQ,18624
|
46
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-debug-l1-1-0.dll,sha256=07UnPszHWEk8nPrFzEPqdPCCFrscGVYJqyfpsqJB2LM,18624
|
47
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-errorhandling-l1-1-0.dll,sha256=1xcUw0-r-Kk64xag2GebuM3IQ_YSjJr9QuGODecLGpE,18624
|
48
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-file-l1-1-0.dll,sha256=cuec6JWrZQbSyFvNFwnvaiULY8mQx2yd9TDsTltcu2o,22208
|
49
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-file-l1-2-0.dll,sha256=vZ4Hu8Ys6C28MMIwaaF_v6F_HCapwZ5Q_nVNSU5s0LE,18624
|
50
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-file-l2-1-0.dll,sha256=NVYzqE2wgWq2o0CghvtBxlhUwxO9CNQnoXOJxCoeW2k,18624
|
51
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-handle-l1-1-0.dll,sha256=ilKiavr0181pjPedzTOew_GzqzwAMaiukGTVD2NGK5k,18624
|
52
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-heap-l1-1-0.dll,sha256=aoA9bL5Ny7bkyei4lF2S1-29H1HPuHXT1sMS2DhA3eI,19136
|
53
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-interlocked-l1-1-0.dll,sha256=JvkNIIZoft9vwCvl3P11dfqtICLD1xbN0LXKPnCjwCI,18624
|
54
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-libraryloader-l1-1-0.dll,sha256=SgKYPWYywvuSQJ1WJpyppbsMMdM6jyqJsKuEfSY8P5Y,19136
|
55
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-localization-l1-2-0.dll,sha256=s5pRW55I_GWJcD1F4U3Ooic6Atf6by4dF5hcAijTJWQ,21184
|
56
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-memory-l1-1-0.dll,sha256=1pngwN4dLxK7abPUZPqnrUc00Yo-clh32Klqq_KcBUI,19136
|
57
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-namedpipe-l1-1-0.dll,sha256=Xr2JHfAp55U3L4Zl238VtJZNQ0qo1Y6ytQY0vFjXQTI,18624
|
58
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-processenvironment-l1-1-0.dll,sha256=YIjCqiKuileVGMNHFjVx4kPZp01UIXbWNSDzcAQDguM,19648
|
59
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-processthreads-l1-1-0.dll,sha256=vF3bNkJWo45XshsaFrVzao6suuMrTDdgUUz1FikGaIE,20672
|
60
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-processthreads-l1-1-1.dll,sha256=zLl0wk3fp0RieMpV_IsjbQYF0sqvJz24OQ0YE_xwzVs,19136
|
61
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-profile-l1-1-0.dll,sha256=dTSUWI-hwUFGqaP30PAt3QpoULpqcZ4lE6ZM-dvxrn0,18112
|
62
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-rtlsupport-l1-1-0.dll,sha256=6gTpts9GRtNqtpH_k5ZPDHsLAf0ZS42zepb7FROuZWo,19136
|
63
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-string-l1-1-0.dll,sha256=rBhjDeQ3gaxY8Kihq6QwQpLg9z25OsvmBrGBT-zqCCI,18624
|
64
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-synch-l1-1-0.dll,sha256=WehrVDGfemhyzYiFgsdVWblq5vZ8Df5VQYRTiw7QjNc,20672
|
65
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-synch-l1-2-0.dll,sha256=DFxN_qcllft65BD4-o2pg7U6g86BrqFE-iDKthPmQbc,19136
|
66
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-sysinfo-l1-1-0.dll,sha256=L6hAUjkEx7Ez3tKewHOpwkGEIC6IR8nnMYl_3YRzs2c,19648
|
67
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-timezone-l1-1-0.dll,sha256=fUJSqxt5xYAbWKCM4W79OzDYI1czAo5YI_Nwm9Cpi88,18624
|
68
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-core-util-l1-1-0.dll,sha256=d7U9OXDH4_aODDG3881ktnGjADxadx1GWcSDOTMfKZQ,18624
|
69
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-conio-l1-1-0.dll,sha256=MGeYECb62DiC8hG_4yIQzhf4nGoVkWwT5iBp4A1aGeM,19648
|
70
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-convert-l1-1-0.dll,sha256=zVJWsvtG3qpECVDkpoRmsrD_YfKIiDgwlBglYXONEKk,22720
|
71
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-environment-l1-1-0.dll,sha256=xO2PZcWg2_MlSCppq5-MvYyX1hILh86QrEy6VKx9N3o,19136
|
72
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-filesystem-l1-1-0.dll,sha256=bIbkDJVutqdzE_qN2cRlecVCH6iQBD9yTABKZnltN6Y,20672
|
73
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-heap-l1-1-0.dll,sha256=cFAEOwNiySiqY914AOWxI8d1Ql66IaXFfLwFLrwbC6I,19648
|
74
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-locale-l1-1-0.dll,sha256=-rQalC9iNZBALkFQop0Pb5GO4JbboeizIK3j7ChsdHU,19136
|
75
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-math-l1-1-0.dll,sha256=mwWkP9wYVJfows6jxrnrDXQye9cJE6KYpuivZFFBkOg,27840
|
76
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-multibyte-l1-1-0.dll,sha256=1-Z2ufHhYpV9BUmrC5HizXVGQ0kLBlS_moaqHnfLPDc,26816
|
77
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-private-l1-1-0.dll,sha256=zK9B5ha5qHLTXICDy_j9wUNx-j7xWf5plRRkPCak6_M,70848
|
78
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-process-l1-1-0.dll,sha256=sGstjJRL_3O9WkqtHK1qTXJGM-e9bGueI241qZsdNfI,19648
|
79
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-runtime-l1-1-0.dll,sha256=v1UTTxe5PYrE2BWalSvuF8sMkl9SVqp_dHwT5fLQBmE,23232
|
80
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-stdio-l1-1-0.dll,sha256=KTx2om-8DIbc9ZBt2dndx3pWCeqMGR6IvckHwDuAo6U,24768
|
81
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-string-l1-1-0.dll,sha256=AePAqiTOn41idTcC3116gnw5CvXit20fGluWx3f9Gk4,24768
|
82
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-time-l1-1-0.dll,sha256=9BY8vEZKgvzkdEJEc1EmWih1YcjWTswvL5f15zvLQ0c,21184
|
83
|
+
jgtfx2console/forexconnect/lib/windows/api-ms-win-crt-utility-l1-1-0.dll,sha256=u6Bo8pYJYw6MZUfx6SGeEQd0JsTx5Kk7cSv7oRoUk1g,19136
|
84
|
+
jgtfx2console/forexconnect/lib/windows/cacert.pem,sha256=vjmFf6b0Np2O9lTVdFhNjd_XqspxShWDW9Gy-PE6iIg,217261
|
85
|
+
jgtfx2console/forexconnect/lib/windows/concrt140.dll,sha256=URq6PQC5kl57xk4hMtd6dsH9np0gDsDvhkt6DwDGiZU,333632
|
86
|
+
jgtfx2console/forexconnect/lib/windows/fxcorepy.pyd,sha256=z3IL-VOJQHTCbQSo4jWV1j9qyRHErqhi-GvKJOcXRck,2151424
|
87
|
+
jgtfx2console/forexconnect/lib/windows/fxmsg.dll,sha256=jqZyEt7WujsW19AY5C6Obax5wr7dcDGB3F8UggQphAg,370688
|
88
|
+
jgtfx2console/forexconnect/lib/windows/fxtp.dll,sha256=vzPoSkltueObwU5zhOe1shJ2SkKXg2sPsYjddNzLN7M,201216
|
89
|
+
jgtfx2console/forexconnect/lib/windows/gscurl.dll,sha256=c_iItNGXgMWC_c8CM6_p4tSS8KMYkjXvxuSWtODQMiE,387584
|
90
|
+
jgtfx2console/forexconnect/lib/windows/gsexpat.dll,sha256=k02EaoQVmg5ANYxn4D3mCLHR5hhuTv36ufo9X523IO8,322560
|
91
|
+
jgtfx2console/forexconnect/lib/windows/gslibeay32.dll,sha256=d9mN8co8zTB9el-qFLkZGQySbJJ6s_FmfR0ASPoPBg4,2099712
|
92
|
+
jgtfx2console/forexconnect/lib/windows/gsssleay32.dll,sha256=g_FLFnib2UZNAxpcky5V-myJ0OCfx_6U9EZxb45Sn3A,356864
|
93
|
+
jgtfx2console/forexconnect/lib/windows/gstool3.dll,sha256=uiXWrGPq-oe6SkXkXL1-Jr2r-t9K9j4-E27xekJCFo4,153088
|
94
|
+
jgtfx2console/forexconnect/lib/windows/gszlib.dll,sha256=_ko9m1ZuNkgrVW-iG_ubASDKWiBlgaoy02W7cySpksM,450560
|
95
|
+
jgtfx2console/forexconnect/lib/windows/httplib.dll,sha256=_tPhroWyQweRcQXzOW1YJsIM3lkM0ArXn_RXES81liw,569344
|
96
|
+
jgtfx2console/forexconnect/lib/windows/log4cplus.dll,sha256=Ar9pninkgSM4xw6g6E58vBmP7Rdx2zL8AECo7c58CXc,487936
|
97
|
+
jgtfx2console/forexconnect/lib/windows/msvcp140.dll,sha256=UXzTqsIXejV8ymAy8HrXNg7oyiEqAt1uEwG_bPreIJQ,633152
|
98
|
+
jgtfx2console/forexconnect/lib/windows/pdas.dll,sha256=HSa3nM3aIajXObs1rw8dPefikZX19P_56Z1RYFM3heo,248832
|
99
|
+
jgtfx2console/forexconnect/lib/windows/pricehistorymgr.dll,sha256=wNmbEVo5X1OWAILpk2LrPBzsd5RjbsH30D1qHSTFURM,190464
|
100
|
+
jgtfx2console/forexconnect/lib/windows/python3.dll,sha256=yuqa1-0Jms8fuOlIFIDe8KwMq7nTaLtwQ_zfLigp0SE,59032
|
101
|
+
jgtfx2console/forexconnect/lib/windows/quotesmgr2.dll,sha256=szkNhuK5Xdi5m2uv9jqwpBlxqJlOx4Fk0-HWilsVMZ0,996352
|
102
|
+
jgtfx2console/forexconnect/lib/windows/requirements.txt,sha256=7sNfRIDQnjiCwet8jHFCmJmYTTfZVxsrmBdYHFEh-_E,82
|
103
|
+
jgtfx2console/forexconnect/lib/windows/sqlite3.8.dll,sha256=8IIrgSoJVHEpzTjUn3rhGCrAAvGggIubOIG51Ohp8SY,776704
|
104
|
+
jgtfx2console/forexconnect/lib/windows/ucrtbase.dll,sha256=KrKnS8tb_YJI0jLrO8VmmPtRc7n_f8Da-H2BIND0SNc,982720
|
105
|
+
jgtfx2console/forexconnect/lib/windows/vccorlib140.dll,sha256=ikQgd98XrEEr6QcqkeSys5pp8a7RiQNNNP3XmVbT1rY,395592
|
106
|
+
jgtfx2console/forexconnect/lib/windows/vcruntime140.dll,sha256=2Jx7hj_BrDoXnUXV_huf01-2-9RRccpo0NaKscGtBPs,87888
|
107
|
+
jgtfx2console-0.5.15.dist-info/LICENSE,sha256=uCA_HysYVK9qIMbDEFjcDYhCoKTg19AJhKhM71EKSGA,1086
|
108
|
+
jgtfx2console-0.5.15.dist-info/METADATA,sha256=g_JWfrS-W1sUUrUvkzOp2TDrf--o_dwb5zxEXcGFdAM,1994
|
109
|
+
jgtfx2console-0.5.15.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
110
|
+
jgtfx2console-0.5.15.dist-info/entry_points.txt,sha256=Jm1hD4oYLEKFNd6w7Ky7saQnSZGgbh6IEI7rpqCuMVs,67
|
111
|
+
jgtfx2console-0.5.15.dist-info/top_level.txt,sha256=PBNCBgqX42I7ctUTX9FcTnIX0utvgRqzuflefzZ30D8,14
|
112
|
+
jgtfx2console-0.5.15.dist-info/RECORD,,
|
@@ -1,39 +0,0 @@
|
|
1
|
-
jgtfx2console/LiveChartDataExport.py,sha256=9-P0ArVGsxlR1KntzoUv9JhKIxRr08cQ2Cghb2-nKfk,15282
|
2
|
-
jgtfx2console/__init__.py,sha256=CLV_QIlfUCohmqMnFNP2vc3BXPcPLVxVlnRdKYWClfo,1611
|
3
|
-
jgtfx2console/config_generator.py,sha256=P9QpCYh87WqhN1ctilkHOUBjMgW1CrEAGLNcLSs9MGQ,2849
|
4
|
-
jgtfx2console/fxcli2console.py,sha256=oI4d01jkXNriP2tF8aHcdep_r2YORWMfSnysrIHEAqQ,7426
|
5
|
-
jgtfx2console/forexconnect/EachRowListener.py,sha256=jbRaSqhHtoaRnEnLGoUmVLvE6VPt-WXYtglRPzK440k,1649
|
6
|
-
jgtfx2console/forexconnect/ForexConnect.py,sha256=Yf6AcLdgMSD8rd1s2DTIJPfzJ7BljIaZy_8vTfPfSOI,25755
|
7
|
-
jgtfx2console/forexconnect/LiveHistory.py,sha256=saGkZ8ZUWRclcusG1vg12H4flpQWXKIMXCdQ5qM5cOo,9925
|
8
|
-
jgtfx2console/forexconnect/ResponseListener.py,sha256=lwL8lhm6UVq3IU0LG0HdKgBXmJBwflcGh4brrgGZ93E,8003
|
9
|
-
jgtfx2console/forexconnect/SessionStatusListener.py,sha256=fqaN_rXA9MhE0aBPP2_1uuzi5avehQl8Iwiwke7BJ14,4783
|
10
|
-
jgtfx2console/forexconnect/TableListener.py,sha256=eYiINt8_dxmMP9jnccl4iCniSwXv0mGa1vgsc-1_yPI,5900
|
11
|
-
jgtfx2console/forexconnect/TableManagerListener.py,sha256=bZSUqTmDmc1P18x-UrBEe7iPwkcX-Q-AAEDcAeBo6UU,3121
|
12
|
-
jgtfx2console/forexconnect/__init__.py,sha256=w6j9771me94bE5bIMHvZ4Ou6UfntWF_G2Xp_iHQSY_w,2125
|
13
|
-
jgtfx2console/forexconnect/common.py,sha256=S7GDyWCTylKMQyZqpLdfoNH0fpR-dp1wDNX_rb3wqOY,19128
|
14
|
-
jgtfx2console/forexconnect/errors.py,sha256=MJNnO54zlXxhG21HbSdjTWlirptObiTIt4EtQOefRm0,931
|
15
|
-
jgtfx2console/forexconnect/x-pyd.py,sha256=bxFD6QgIK9iLx9sv80uK0W0vaCgdlSoZtpmuUPcwq5E,437
|
16
|
-
jgtfx2console/forexconnect/lib/linux/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
jgtfx2console/forexconnect/lib/linux/fxcorepy.so,sha256=CsyjyIElD_KyUNIz0lQVK5YJfKuVU_9GBqBmCCcNy8o,14199600
|
18
|
-
jgtfx2console/forexconnect/lib/linux/libForexConnect.so,sha256=M-Y7e1Zxlyoof9BGGmc5wztGhgld1_U2TgTUoN4XCvA,1987680
|
19
|
-
jgtfx2console/forexconnect/lib/linux/libboost_python3.so.1.64.0,sha256=2XepLyPv1qxFhTbrkC8WNg5S7ZgohjCi4LPMlZeDmhg,299128
|
20
|
-
jgtfx2console/forexconnect/lib/linux/libboost_system.so.1.64.0,sha256=HAGTmNJZfzy2WCeq_MK1_3QHMZBjiJUelOLwA_H4ZDQ,14640
|
21
|
-
jgtfx2console/forexconnect/lib/linux/libfxmsg.so,sha256=K3U15V2agn9qkB22ZpZCkqGk28DU7264-bXU1HA2Yec,2741248
|
22
|
-
jgtfx2console/forexconnect/lib/linux/libfxtp.so,sha256=ogXpck5RQ_LBOuNtEcIuZJ4Ch8OIcCNcU04W0yIL4Jw,186440
|
23
|
-
jgtfx2console/forexconnect/lib/linux/libgsexpat.so,sha256=PzU_8qI08jSqs2gT4qNf5lSomiJwH4ocNHQI7Eb_eYw,1188656
|
24
|
-
jgtfx2console/forexconnect/lib/linux/libgstool3.so,sha256=ZlfTRiv0GhHG_AlCQkA_v_1Vvh8YZ1AsRfSOErrDN3A,148064
|
25
|
-
jgtfx2console/forexconnect/lib/linux/libhttplib.so,sha256=6OQbUqvgRDkbD_eEN3H49npI2A49xHZb0Pw_v3FGOIE,3126400
|
26
|
-
jgtfx2console/forexconnect/lib/linux/liblog4cplus.so,sha256=Eu2yoaLxBAqvz7lEYiZhHAf1AG3Q_OOZ_DlzsBq4w7s,415592
|
27
|
-
jgtfx2console/forexconnect/lib/linux/liblogger.so,sha256=9u1sc3mpXwkTAr8alLei3M-CjC8L0XBCQuhv71bFMQo,39768
|
28
|
-
jgtfx2console/forexconnect/lib/linux/libpdas.so,sha256=gBLUEbqlubznF7ABz7Xm7G9YT-Q1TwISBPkiEekTCQQ,659568
|
29
|
-
jgtfx2console/forexconnect/lib/linux/libpricehistorymgr.so.2.8.0,sha256=xUNJKKRV95YKJPb1DIevTWtNy3zQIzfiEW2Uk8hzwIQ,303464
|
30
|
-
jgtfx2console/forexconnect/lib/linux/libpython3.7m.so,sha256=UQzwU5QcaVnwQdt2yXifpa00fEBPr277kONvHHqjjaM,3421160
|
31
|
-
jgtfx2console/forexconnect/lib/linux/libquotesmgr2.so.2.8,sha256=QIUMvjI-4m3YX3N23Pad9TIhYbmk17raTTW0gyrElkM,1245248
|
32
|
-
jgtfx2console/forexconnect/lib/linux/libsqlite3.8.so,sha256=aqjV6ZcluDkzyr_bbWQCOHt9uitLvp7uPS-53Z3toQk,641120
|
33
|
-
jgtfx2console/forexconnect/lib/linux/requirements.txt,sha256=62zntle4oq_jlsvrAK1bbfgYvAcRPtVHkGYu_eWiRZs,77
|
34
|
-
jgtfx2console-0.4.27.dist-info/LICENSE,sha256=uCA_HysYVK9qIMbDEFjcDYhCoKTg19AJhKhM71EKSGA,1086
|
35
|
-
jgtfx2console-0.4.27.dist-info/METADATA,sha256=K6j8msUIxU9E71vBUvLpE6c-I9wUS5_7hHoyYsFh-NY,2201
|
36
|
-
jgtfx2console-0.4.27.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
37
|
-
jgtfx2console-0.4.27.dist-info/entry_points.txt,sha256=5-2VwwmwQtOqI0d2qvq3Lupgu9sUVe8S6zOYf-9whQ4,164
|
38
|
-
jgtfx2console-0.4.27.dist-info/top_level.txt,sha256=PBNCBgqX42I7ctUTX9FcTnIX0utvgRqzuflefzZ30D8,14
|
39
|
-
jgtfx2console-0.4.27.dist-info/RECORD,,
|
File without changes
|
File without changes
|