string message to TradeCaptureMessage object

3 messages Options
Embed this post
Permalink
pkbhavani

string message to TradeCaptureMessage object

Reply Threaded More More options
Print post
Permalink
can anyone give me example to parse TradeCaptureReport message String in 4.4 into TradeCaptureReport object.

Thanks
-P
p'ross

Re: string message to TradeCaptureMessage object

Reply Threaded More More options
Print post
Permalink
The MessageCracker should do that for you.
Extend MessageCracker and in your fromApp call crack(message, sessionId);
Override onMessage(TradeCaptureReport tcr, SessionID sid).

pkbhavani wrote:
can anyone give me example to parse TradeCaptureReport message String in 4.4 into TradeCaptureReport object.

Thanks
-P
Grant Birchmeier

Re: string message to TradeCaptureMessage object

Reply Threaded More More options
Print post
Permalink
QuickFIX/J Documentation: http://www.quickfixj.org/documentation/
QuickFIX/J Support: http://www.quickfixj.org/support/


Please see this page, specifically the "Most Type Safe... DO THIS!"
section, for an example of using the message cracker.
http://www.quickfixj.org/quickfixj/usermanual/usage/receiving_messages.html



On Mon, Oct 19, 2009 at 4:13 PM, p'ross <[hidden email]> wrote:

> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/
> QuickFIX/J Support: http://www.quickfixj.org/support/
>
>
>
> The MessageCracker should do that for you.
> Extend MessageCracker and in your fromApp call crack(message, sessionId);
> Override onMessage(TradeCaptureReport tcr, SessionID sid).
>
>
> pkbhavani wrote:
>>
>> can anyone give me example to parse TradeCaptureReport message String in
>> 4.4 into TradeCaptureReport object.
>>
>> Thanks
>> -P
>>
>
> --
> View this message in context: http://n2.nabble.com/string-message-to-TradeCaptureMessage-object-tp3850677p3851897.html
> Sent from the QuickFIX/J mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Quickfixj-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quickfixj-users
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Quickfixj-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quickfixj-users