Skip to content

Commit 8098bbb

Browse files
committed
Merge branch 'QFJ-803' into message-all
2 parents 59bb009 + 3c061af commit 8098bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickfixj-core/src/test/java/quickfix/MessageTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
import quickfix.field.HandlInst;
5959
import quickfix.field.Headline;
6060
import quickfix.field.HopCompID;
61-
import quickfix.field.IOIid;
61+
import quickfix.field.IOIID;
6262
import quickfix.field.LeavesQty;
6363
import quickfix.field.ListID;
6464
import quickfix.field.ListSeqNo;
@@ -285,7 +285,7 @@ public void testParsing2() throws Exception {
285285
assertHeaderField(message, "FIX.4.2", BeginString.FIELD);
286286
assertHeaderField(message, "76", BodyLength.FIELD);
287287
assertHeaderField(message, MsgType.INDICATION_OF_INTEREST, MsgType.FIELD);
288-
assertBodyField(message, "IDENTIFIER", IOIid.FIELD);
288+
assertBodyField(message, "IDENTIFIER", IOIID.FIELD);
289289
assertTrailerField(message, "037", CheckSum.FIELD);
290290
final IndicationOfInterest.NoUnderlyings valueMessageType = new IndicationOfInterest.NoUnderlyings();
291291
message.getGroup(1, valueMessageType);

0 commit comments

Comments
 (0)