adding quickfix library

This commit is contained in:
Ramiro Paz
2026-03-12 12:08:34 -03:00
parent 9e55c5c562
commit c09a1fd21a
1311 changed files with 1887342 additions and 2 deletions

View File

@ -0,0 +1,32 @@
# @testcase 15 - Send application or administrative messages to test normal and abnormal behavior/response
# @condition Send more than one message of the same type with header and body fields ordered differently to verify acceptance. (Excluding those which have restrictions regarding order)
# @expected Messages accepted and subsequent messages' MsgSeqNum are accepted
iCONNECT
# logon message and response
I8=FIX.4.135=A34=149=TW52=<TIME>56=ISLD98=0108=2
E8=FIX.4.19=5635=A34=149=ISLD52=00000000-00:00:0056=TW98=0108=210=0
#------------------------
# begin message exchange
#------------------------
# new order message
I8=FIX.4.135=D34=249=TW52=<TIME>56=ISLD11=id21=338=10040=154=155=MSFT
# expect
E8=FIX.4.19=8135=D34=249=ISLD52=00000000-00:00:0056=TW11=id21=338=10040=154=155=MSFT10=0
# new order message with header and body fields in different order
I8=FIX.4.135=D49=TW34=356=ISLD52=<TIME>38=10040=155=MSFT54=121=311=id
# expect
E8=FIX.4.19=8135=D34=349=ISLD52=00000000-00:00:0056=TW11=id21=338=10040=154=155=MSFT10=0
#------------------------
# end message exchange
#------------------------
# logout message and response
I8=FIX.4.135=534=449=TW52=<TIME>56=ISLD
E8=FIX.4.19=4535=534=449=ISLD52=00000000-00:00:0056=TW10=0
eDISCONNECT