Skip to content

Commit

Permalink
test to investigate #35
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed Jan 29, 2012
1 parent fbbd1a0 commit da11f13
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions AcceptanceTest/definitions/server/fix50/BeginString.def
@@ -0,0 +1,25 @@
# makes sure engine is sending the correct BeginString in application messages for a FIX5 connection

iCONNECT
# logon message and response
I8=FIXT.1.135=A34=149=TW52=<TIME>56=ISLD98=0108=21137=7
E8=FIXT.1.19=6735=A34=149=ISLD52=00000000-00:00:00.00056=TW98=0108=21137=710=0

#------------------------
# begin message exchange
#------------------------

#Send news and receive echo
I8=FIXT.1.135=B34=249=TW52=<TIME>56=ISLD148=FOO33=0
E8=FIXT.1.135=B34=249=ISLD52=00000000-00:00:00.00056=TW33=0148=FOO

#------------------------
# end message exchange
#------------------------

# logout message and response
I8=FIXT.1.135=534=349=TW52=<TIME>56=ISLD
E8=FIXT.1.19=4935=534=349=ISLD52=00000000-00:00:00.00056=TW10=0

eDISCONNECT

0 comments on commit da11f13

Please sign in to comment.