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 14.b
# @condition Recieve message with a required field identifier (tag number) missing
# @expected Send Reject (session-level) message referencing required tag missing. Increment inbound MsgSeqNum. Generate an error condition in test output.
iCONNECT
# logon message and response
I8=FIX.4.035=A34=149=TW52=<TIME>56=ISLD98=0108=2
E8=FIX.4.09=5635=A34=149=ISLD52=00000000-00:00:0056=TW98=0108=210=0
#------------------------
# begin message exchange
#------------------------
# heartbeat message with a required field missing (TargetCompID) in the message header
I8=FIX.4.035=034=249=TW52=<TIME>
# expect a reject
E8=FIX.4.09=7935=334=249=ISLD52=00000000-00:00:0056=TW45=258=Required tag missing (56)10=0
# quote message with a required field missing (Symbol)
I8=FIX.4.035=D49=TW34=356=ISLD52=<TIME>40=160=<TIME>54=138=10021=311=id
# expect a reject
E8=FIX.4.09=7935=334=349=ISLD52=00000000-00:00:0056=TW45=358=Required tag missing (55)10=0
#------------------------
# end message exchange
#------------------------
# logout message and response
I8=FIX.4.035=534=449=TW52=<TIME>56=ISLD
E8=FIX.4.09=4535=534=449=ISLD52=00000000-00:00:0056=TW10=0
eDISCONNECT