File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -478,9 +478,9 @@ func tcTagAppearsMoreThanOnce() validateTest {
478478 tag := Tag (40 )
479479
480480 return validateTest {
481- TestName : "Tag appears more than once" ,
482- Validator : validator ,
483- MessageBytes : []byte ("8=FIX.4.09=10735=D34=249=TW52 =20060102-15:04:0556=ISLD11=ID21=140=140=254=138=20055=INTC60 =20060102-15:04:0510 =234" ),
481+ TestName : "Tag appears more than once" ,
482+ Validator : validator ,
483+ MessageBytes : []byte ("8=FIX.4.0 \001 9=107 \001 35=D \001 34=2 \001 49=TW \001 52 =20060102-15:04:05 \001 56=ISLD \001 11=ID \001 21=1 \001 40=1 \001 40=2 \001 54=1 \001 38=200 \001 55=INTC \001 60 =20060102-15:04:05 \001 10 =234\001 " ),
484484 ExpectedRejectReason : rejectReasonTagAppearsMoreThanOnce ,
485485 ExpectedRefTagID : & tag ,
486486 }
@@ -491,9 +491,9 @@ func tcFloatValidation() validateTest {
491491 validator := NewValidator (defaultValidatorSettings , dict , nil )
492492 tag := Tag (38 )
493493 return validateTest {
494- TestName : "FloatValidation" ,
495- Validator : validator ,
496- MessageBytes : []byte ("8=FIX.4.29=10635=D34=249=TW52 =20140329-22:38:4556=ISLD11=ID21=140=154=138 =+200.0055=INTC60 =20140329-22:38:4510 =178" ),
494+ TestName : "FloatValidation" ,
495+ Validator : validator ,
496+ MessageBytes : []byte ("8=FIX.4.2 \001 9=106 \001 35=D \001 34=2 \001 49=TW \001 52 =20140329-22:38:45 \001 56=ISLD \001 11=ID \001 21=1 \001 40=1 \001 54=1 \001 38 =+200.00 \001 55=INTC \001 60 =20140329-22:38:45 \001 10 =178\001 " ),
497497 ExpectedRejectReason : rejectReasonIncorrectDataFormatForValue ,
498498 ExpectedRefTagID : & tag ,
499499 }
You can’t perform that action at this time.
0 commit comments