{{Quickfixn}} Please help in handling QuoteCancel message
James Riehl
pete.riehl at gmail.com
Wed Dec 11 19:07:05 PST 2013
Dude...
You said you solved this problem days ago...
Sent from my iPhone
On Dec 11, 2013, at 6:18, "Nirjhar Jain" <nirjhar.jain at commdel.net> wrote:
> Hi All,
>
> I am handling Quote Cancel with UNSUBSCRIBE message using below code and trying to send the quote request message to subscribe again. But while reading the symbol from message received, the symbol reading code(Bold code) is generating error that field not found for tag 55.
>
> public void OnMessage(QuickFix.FIX44.QuoteCancel m, SessionID s)
> {
> string sym, quoteID;
> string msg = "Quote Request cancelled";
> log.Info(msg);
> if (m.GetField(QuickFix.Fields.Tags.QuoteID).Contains("UNSUBSCRIBE"))
> {
> sym = m.GetField(QuickFix.Fields.Tags.Symbol).ToString();
> quoteID = sym + "quoteID";
> QueryQuoteRequest(sym, quoteID, 100000);
> }
> }
>
> While the message I am receiving from the Citi Server is:
>
> 8=FIX.4.4|9=124|35=Z |34=157|49=CITIFX-UAT|52=20131211-09:02:18.790|56=KRISCAP-QUOTE|117=UNSUBSCRIBE|131=USDJPYquoteID|298=1|295=1|55=USDJPY|10=111
>
> Am I using the wrong way to read the Symbol(tag 55) from the message? Please help and correct me.
>
>
> Thanks & Regards,
> Nirjhar Jain
> Software Engineer
>
> COMMDEL
> Commdel Consulting Services P Ltd,
> H-134, Sector-63, Noida - U.P. (India)
>
> www.commdel.net
> A n I S O 9 0 0 1 : 2 0 0 8 C e r t i f i e d C o m p a n y
> Payment Enterprise Mobility Internet
>
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20131211/1d87d89c/attachment-0002.htm>
More information about the Quickfixn
mailing list