Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Not a bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Environment:quickfix.fix50
Description
I keep getting quickfix.FieldNotFound: 268, index=1.
As you can see from the message bellow 268 is set. Bellow is the sample code that is used to read the message. Please, advise
Message:
8=FIXT.1.19=36935=W49=ICAPServer56=FXDD34=452=20111021-15:09:16.535262=131920975731621021=255=EUR/USD461=RCSXX=0268=8269=0270=1.38898271=2000000269=0270=1.38897271=8000000269=0270=1.38854271=2000000269=1270=1.38855271=6000000269=1270=1.38856271=7000000269=1270=1.38857271=3000000269=1270=1.38858271=9000000269=1270=1.38859271=10000000010=128
Sample Code:
MarketDataSnapshotFullRefresh message= (MarketDataSnapshotFullRefresh) message;
MarketDataSnapshotFullRefresh.NoMDEntries group= new MarketDataSnapshotFullRefresh.NoMDEntries();
message.getGroup(1, group); // Throws the error above, quickfix.FieldNotFound: 268, index=1.