-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathiqfeed4j.default.properties
45 lines (38 loc) · 1.18 KB
/
iqfeed4j.default.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# START Example
#
# For IQConnectExecutable
#iqconnect_command=<this is the command to start the IQConnect.exe program (e.g. wine /home/user/.IQFeed/iqconnect.exe)>
#product_id=<supply your registered productID here>
#application_version=<this is the version of YOUR application>
#login=<IQFeed Datafeed account login ID>
#password=<IQFeed Datafeed account password>
#autoconnect=<specifies that IQConnect should automatically try to connect to the server when launched. 'true' or 'false'>
#save_login_info=<specifies that IQConnect should save the user's login ID and password between runs of IQConnect. 'true' or 'false'>
# For Feeds
#feed_name=<name of the feeds that IQFeed4j makes to IQConnect>
#feed_hostname=<the hostname of IQConnect>
#level_1_feed_port=<port number>
#market_depth_feed_port=<port number>
#derivative_feed_port=<port number>
#admin_feed_port=<port number>
#lookup_feed_port=<port number>
#
# END Example
#
#
# START Defaults
#
application_version=1.0
autoconnect=true
save_login_info=true
feed_name=IQFeed4j
feed_hostname=localhost
level_1_feed_port=5009
market_depth_feed_port=9200
derivative_feed_port=9400
admin_feed_port=9300
lookup_feed_port=9100
#
# END Defaults
#