-
Notifications
You must be signed in to change notification settings - Fork 64
/
Sample_QuickFIX_Config.txt
54 lines (46 loc) · 1.6 KB
/
Sample_QuickFIX_Config.txt
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
# After requesting FIX access for an account, you will the credentials necessary to connect.
# The following is a list of these items with description:
# SocketConnectHost and SocketConnectPort
# The host and port that you will connect to
# SenderCompID
# An identifier assigned to you for the FIX session.
# TargetCompID
# An identifier assigned to FXCM for the FIX session.
# TargetSubID
# A sub-identifier used to route messages to a specific trade server
# These FIX credentials are of primary concern at the time you configure your application.
# Refer to the configuration documentation of the FIX engine you are using in order to determine where this information must be set.
# If you are using QuickFIX, then you can refer here: Configuring QuickFIX http://www.quickfixengine.org/quickfix/doc/html/configuration.html.
# Default settings. These settings are inherited by each
# individual session found below
[DEFAULT]
BeginString=FIX.4.4
ConnectionType=initiator
HeartBtInt=30
FileStorePath=.\Store
FileLogPath=.\Logs
# Start and End times for the FIX session (in UTC)
StartDay=Sunday
StartTime=21:15:00
EndDay=Friday
EndTime=20:00:00
UseDataDictionary=Y
DataDictionary=FIXFXCM10.xml
ValidateUserDefinedFields=N
ValidateFieldsHaveValues=N
ValidateFieldsOutOfOrder=N
ReconnectInterval=20
ResetOnDisconnect=Y
ResetSeqNumFlag=Y
SendResetSeqNumFlag=Y
ContinueInitializationOnError=Y
# Session specific settings along with FIX credentials
# supplied by FXCM
[SESSION]
SenderCompID=someID
TargetCompID=FXCM
SocketConnectHost=someHost
SocketConnectPort=somePort
TargetSubID=someTargetID
Username=someUsername
Password=somePassword