File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
quickfixj-core/src/test/java/quickfix Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5858import quickfix .field .HandlInst ;
5959import quickfix .field .Headline ;
6060import quickfix .field .HopCompID ;
61- import quickfix .field .IOIid ;
61+ import quickfix .field .IOIID ;
6262import quickfix .field .LeavesQty ;
6363import quickfix .field .ListID ;
6464import 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 );
You can’t perform that action at this time.
0 commit comments