|
From: Toli K. <to...@ma...> - 2007-04-24 06:06:48
|
Mohammad,
You can use the quickfix.Price() field:
String strPrice = newOrder.getString(Price.FIELD);
and newOrder.setString(Price.FIELD, "100.23");
or newOrder.setField(new Price("100.23"));
see the example usage at
http://trac.marketcetera.org/trac.fcgi/browser/platform/trunk/core/src/test/java/org/marketcetera/quickfix/FIXMessageUtilTest.java#L100
On 4/23/07, Mohammad Kamran Liaqat <kam...@gm...> wrote:
> QuickFIX/J Documentation:
> http://www.quickfixj.org/documentation/
> QuickFIX/J Support: http://www.quickfixj.org/support/
>
> Hi there!
>
> I want to know which quickfix class should I use for sending the price
> details to the users.
>
> Thanks in advance...
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Quickfixj-users mailing list
> Qui...@li...
> https://lists.sourceforge.net/lists/listinfo/quickfixj-users
>
>
--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
|