QuoteRequestReject Message
Anshu Narang
21 Dec 2005 5:29PM ETHi ,
As per FIX specification Instrument is part of QuoteRequestReject
( message type AG ) .
But in quickfix.fix43.QuoteRequestReject.java ( quickfix.fix43.QuoteRequestReject.NoRelatedSym ) there is no method to add Symbol ( which is part of instrument ) to the message .
Is this a bug in quickfix ? Is there any workaround that I could use to populate Symbol field to message . I tried modifying FIX4.3.xml but doesn't work looks like NoRelatedSym in QuoteRequestReject does not contain field 55 .
Can anybody help . Thanks in advance .
================================================================
QuoteRequestReject.NoRelatedSym constructor
public NoRelatedSym() {
super(146, 140, new int[] {
140, 303, 537, 336, 625, 229, 54, 465, 38, 152,
63, 64, 40, 193, 192, 126, 60, 15, 218, 220,
221, 222, 423, 44, 640, 235, 236, 0
});
}
================================================================
Regards,
Anshu Narang.