[Quickfix-developers] QuoteRequestReject Message
Brought to you by:
orenmnero
|
From: Anshu N. <ans...@ya...> - 2005-12-22 21:13:51
|
Hi ,
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.
__________________________________________
Yahoo! DSL Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com
|