adding quickfix library
This commit is contained in:
@ -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.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
|
||||
#------------------------
|
||||
|
||||
# heartbeat message with a required field missing (TargetCompID) in the message header
|
||||
I8=FIX.4.135=034=249=TW52=<TIME>
|
||||
# expect a reject
|
||||
E8=FIX.4.19=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.135=D49=TW34=356=ISLD52=<TIME>38=10040=160=<TIME>54=121=311=id
|
||||
# expect a reject
|
||||
E8=FIX.4.19=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.135=534=449=TW52=<TIME>56=ISLD
|
||||
E8=FIX.4.19=4535=534=449=ISLD52=00000000-00:00:0056=TW10=0
|
||||
|
||||
eDISCONNECT
|
||||
Reference in New Issue
Block a user