-
Notifications
You must be signed in to change notification settings - Fork 2
/
ini.cfg
78 lines (59 loc) · 1.24 KB
/
ini.cfg
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[DEFAULT]
# SESSION DEFAULTS
BeginString=FIX.4.2
ConnectionType=initiator
StartTime=00:00:01
EndTime=23:59:59
#StartDay=sunday
#EndDay=friday
UseLocalTime=N
MillisecondsInTimeStamp=Y
SendRedundantResendRequests=N
ResetOnLogon=N
ResetOnLogout=N
ResetOnDisconnect=N
RefreshOnLogon=N
# VALIDATION DEFAULTS
UseDataDictionary=Y
# ** Use with older versions than FIXT1.1
DataDictionary=FIX42.xml
# ** Use with FIXT1.1 or newer sessions
##TransportDataDictionary=FIXT1.1.xml
##AppDataDictionary=FIX50SP2.xml
ValidateFieldsOutOfOrder=Y
ValidateFieldsHaveValues=Y
ValidateUserDefinedFields=Y
CheckCompID=Y
CheckLatency=Y
MaxLatency=30
# MISCELLANEOUS
HttpAcceptPort=10500
# INITIATOR
ReconnectInterval=30
HeartBtInt=30
LogonTimeout=10
LogoutTimeout=2
SocketConnectHost=10.31.18.8
# ACCEPTOR
#SocketAcceptPort=9999
#SocketReuseAddress=Y
# BOTH INITIATOR AND ACCEPTOR
SocketNodelay=N
# STORAGE
PersistMessages=Y
# LOG TO FILE (for MYSQL or POSTGRESQL see documentation)
FileStorePath=store
FileLogPath=log
FileLogBackupPath=backup
[SESSION]
SenderCompID=FAC007
TargetCompID=TT_ORDER
SessionQualifier=ORDER
# INITIATOR
SocketConnectPort=10501
[SESSION]
SenderCompID=FAC007
TargetCompID=TT_PRICE
SessionQualifier=PRICE
# INITIATOR
SocketConnectPort=10502