adding quickfix library
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
# If two logons with the same SenderCompID/TargetCompID combination logon
|
||||
# the second one must be disconnected
|
||||
|
||||
# First logon, succesful
|
||||
i1,CONNECT
|
||||
I1,8=FIX.4.035=A34=149=TW52=<TIME>56=ISLD98=0108=30
|
||||
E1,8=FIX.4.09=5735=A34=149=ISLD52=00000000-00:00:0056=TW98=0108=3010=0
|
||||
|
||||
# Second logon, unsuccesful
|
||||
i2,CONNECT
|
||||
I2,8=FIX.4.035=A34=149=TW52=<TIME>56=ISLD98=0108=30
|
||||
|
||||
# wait for disconnect for second connection
|
||||
e2,DISCONNECT
|
||||
# force disconnect on first connection
|
||||
i1,DISCONNECT
|
||||
Reference in New Issue
Block a user