null id in com.marketcetera.exchange.OrderProgress

7 messages Options
Embed this post
Permalink
John Murray-6

null id in com.marketcetera.exchange.OrderProgress

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
I'm getting orders rejected from the OMS with the following rejection message, any ideas?

8=FIX.4.2 9=342 35=8 34=17 49=MRKTC-EXCH 52=20071128-02:24:31.833 56=sender-10306-OMS 6=0 11=it-johnm/172.31.4.122-1196216356298 14=0 17=14982 20=0 31=0 32=0 37=14981 38=0 39=8 44=0 54=2 55=aaa 60=20071128-02:24:31.833 103=0 150=8 151=0 354=108 355=null id in com.marketcetera.exchange.OrderProgress entry (don't flush the Session after an exception occurs) 10=195


??

thanks

John
The information contained in this communication is confidential, and is intended solely for the addressee. This communication may contain copyright material and proprietary information of RMB Australia Limited ABN 79 003 298 477 (RMB) or its related companies. If you are not the intended recipient of this communication, you must not use, store, reproduce or disseminate it in whole or in part or take any action in reliance upon it. If you have received this communication in error, please delete it and notify the sender immediately. Any views expressed in this communication are those of the individual sender, unless expressly stated to be those of RMB. RMB does not warrant that the information contained in this communication is complete or correct and assumes no responsibility for errors, viruses or interference.

_______________________________________________
m-etc-users mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users
toli

Re: null id in com.marketcetera.exchange.OrderProgress

Reply Threaded More More options
Print post
Permalink
John,

We just bounced the simulator. We've seen this problem crop up before,
and we are looking at it.

sorry about that.

On 11/27/07, John Murrray <[hidden email]> wrote:

>
>  I'm getting orders rejected from the OMS with the following rejection
> message, any ideas?
>
>  8=FIX.4.2 9=342 35=8 34=17 49=MRKTC-EXCH 52=20071128-02:24:31.833
> 56=sender-10306-OMS 6=0
> 11=it-johnm/172.31.4.122-1196216356298 14=0 17=14982 20=0
> 31=0 32=0 37=14981 38=0 39=8 44=0 54=2 55=aaa 60=20071128-02:24:31.833 103=0
> 150=8 151=0 354=108 355=null id in
> com.marketcetera.exchange.OrderProgress entry (don't flush
> the Session after an exception occurs) 10=195
>
>
>  ??
>
>  thanks

--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
_______________________________________________
m-etc-users mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users
lee fig

Re: null id in com.marketcetera.exchange.OrderProgress

Reply Threaded More More options
Print post
Permalink
In reply to this post by John Murray-6
Some javascript/style in this post has been disabled (why?)

Hello Toli,

Is there anyway to configure OMS to connect to an offline simulator (say a directory containing flat files or DB)? This would assist debugging in certain environments.

Regards

Lee

----- Original Message ----
From: Toli Kuznets <[hidden email]>
To: John Murrray <[hidden email]>
Cc: [hidden email]
Sent: Wednesday, 28 November, 2007 3:23:26 AM
Subject: Re: [m-etc-users] null id in com.marketcetera.exchange.OrderProgress

John,

We just bounced the simulator. We've seen this problem crop up before,
and we are looking at it.

sorry about that.

On 11/27/07, John Murrray <[hidden email]> wrote:

>
>  I'm getting orders rejected from the OMS with the following rejection
> message, any ideas?
>
>  8=FIX.4.2 9=342 35=8 34=17 49=MRKTC-EXCH 52=20071128-02:24:31.833
> 56=sender-10306-OMS 6=0
> 11=it-johnm/172.31.4.122-1196216356298 14=0 17=14982 20=0
> 31=0 32=0 37=14981 38=0 39=8 44=0 54=2 55=aaa 60=20071128-02:24:31.833 103=0
> 150=8 151=0 354=108 355=null id in
> com.marketcetera.exchange.OrderProgress entry (don't flush
> the Session after an exception occurs) 10=195
>
>
>  ??
>
>  thanks

--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
_______________________________________________
m-etc-users mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users



Sent from Yahoo! - the World's favourite mail.
_______________________________________________
m-etc-users mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users
toli

Re: null id in com.marketcetera.exchange.OrderProgress

Reply Threaded More More options
Print post
Permalink
Hi Lee,

I'm not sure I understand your question completely.
The OMS is setup to connect to anything that speaks FIX - it doesn't
really know what kind of FIX acceptor is implemented on the other
side.

To that effect, yes, if you have a FIX front-end to a trade DB (or a
flat-file system) you can definitely connect to it with an OMS. For
example, if you have a modified executor sample app
(http://www.quickfixj.org/quickfixj/usermanual/usage/examples.html )
that just reads the possible trades from disk/db and keeps them in
memory and fills the orders based on that, you can connect to it with
the OMS.

does that help?

On 12/2/07, lee fig <[hidden email]> wrote:

>
>
> Hello Toli,
>
> Is there anyway to configure OMS to connect to an offline simulator (say a
> directory containing flat files or DB)? This would assist debugging in
> certain environments.
>
> Regards
>
> Lee
>


--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
_______________________________________________
m-etc-users mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users
lee fig

Re: null id in com.marketcetera.exchange.OrderProgress

Reply Threaded More More options
Print post
Permalink
In reply to this post by John Murray-6
Some javascript/style in this post has been disabled (why?)
Hello Toli,

Thanks, yes, this makes sense.

In a similar vein I have been experimenting with ActiveMQ persistance using journal files and a database. This seems to work well and you may wish to consider updating the default configuration to enable persistence. Moreover, I have been following the FUSE ActiveMQ stack for some time and you may want to check it out following acquisition by Iona:

http://open.iona.com/

Regards

Lee


----- Original Message ----
From: Toli Kuznets <[hidden email]>
To: lee fig <[hidden email]>
Cc: [hidden email]
Sent: Monday, 3 December, 2007 6:09:39 PM
Subject: Re: [m-etc-users] null id in com.marketcetera.exchange.OrderProgress

Hi Lee,

I'm not sure I understand your question completely.
The OMS is setup to connect to anything that speaks FIX - it doesn't
really know what kind of FIX acceptor is implemented on the other
side.

To that effect, yes, if you have a FIX front-end to a trade DB (or a
flat-file system) you can definitely connect to it with an OMS. For
example, if you have a modified executor sample app
(http://www.quickfixj.org/quickfixj/usermanual/usage/examples.html )
that just reads the possible trades from disk/db and keeps them in
memory and fills the orders based on that, you can connect to it with
the OMS.

does that help?

On 12/2/07, lee fig <[hidden email]> wrote:

>
>
> Hello Toli,
>
> Is there anyway to configure OMS to connect to an offline simulator (say a
> directory containing flat files or DB)? This would assist debugging in
> certain environments.
>
> Regards
>
> Lee
>


--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.



Sent from Yahoo! - the World's favourite mail.
_______________________________________________
m-etc-users mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users
dgan

Re: null id in com.marketcetera.exchange.OrderProgress

Reply Threaded More More options
Print post
Permalink
In reply to this post by toli
Hello Toli,
I'm encountering the same problem. Any news about it ?

Thanks.

toli wrote:
John,

We just bounced the simulator. We've seen this problem crop up before,
and we are looking at it.

sorry about that.

On 11/27/07, John Murrray <john.murray@rmb.com.au> wrote:
>
>  I'm getting orders rejected from the OMS with the following rejection
> message, any ideas?
>
>  8=FIX.4.2 9=342 35=8 34=17 49=MRKTC-EXCH 52=20071128-02:24:31.833
> 56=sender-10306-OMS 6=0
> 11=it-johnm/172.31.4.122-1196216356298 14=0 17=14982 20=0
> 31=0 32=0 37=14981 38=0 39=8 44=0 54=2 55=aaa 60=20071128-02:24:31.833 103=0
> 150=8 151=0 354=108 355=null id in
> com.marketcetera.exchange.OrderProgress entry (don't flush
> the Session after an exception occurs) 10=195
>
>
>  ??
>
>  thanks

--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
_______________________________________________
m-etc-users mailing list
m-etc-users@lists.marketcetera.org
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users
toli

Re: null id in com.marketcetera.exchange.OrderProgress

Reply Threaded More More options
Print post
Permalink
In reply to this post by lee fig
Lee,

Thanks for the tip. We'll keep an eye on it for the future.

On 12/5/07, lee fig <[hidden email]> wrote:

>
> Hello Toli,
>
> Thanks, yes, this makes sense.
>
> In a similar vein I have been experimenting with ActiveMQ persistance using
> journal files and a database. This seems to work well and you may wish to
> consider updating the default configuration to enable persistence. Moreover,
> I have been following the FUSE ActiveMQ stack for some time and you may want
> to check it out following acquisition by Iona:
>
> http://open.iona.com/
>
> Regards
>
> Lee


--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
_______________________________________________
m-etc-users mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users