i am new to quickfix, but what i understand is to use crach method and get
the particular information
crack( message, sessionID );
FIX::Symbol symbol;
FIX::Side side;
FIX::OrdType ordType;
FIX::OrderQty orderQty;
FIX::Price price;
FIX::ClOrdID clOrdID;
FIX::Account account;
message.get( symbol );
message.get( side );
message.get( orderQty );
message.get( price );
message.get( clOrdID );
you can see the above code is the example executor application code
the crack method is defined in fromApp method and the other code is defined
in onMessage method
hope it helps
m. hassan
crazy4venu wrote:
>
> Dear All,
>
> How do i iterate the Message Header in c++
>
>
> example:
> 8=FIX.4.2☺9=66☺35=5☺34=4☺49=MRKT☺52=20081002-19:08:20.195☺56=ve...@ya...☺10=069☺
>
> Please help me ?
>
> Regards
> venu
>
--
View this message in context: http://www.nabble.com/How-to-iterate-Message-header---tp19786138p19851245.html
Sent from the QuickFIX - Dev mailing list archive at Nabble.com.
|