Photon FIX Message add Group field, How do?

2 messages Options
Embed this post
Permalink
MIN WEIR LAN

Photon FIX Message add Group field, How do?

Reply Threaded More More options
Print post
Permalink
hi all,

In Photon,try add Group fields NoPartyIDs(453){
PartyIDSource(447),PartyID(448),PartyRole(452) }

like this
453=1 447=D 448=FREETRADE 452=5

but ORS send like
447=D 448=FREETRADE 452=5 453=110=224

I get Broker message
58=Tag not defined for this message type 371=447 372=D

How do?

digger

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

Re: Photon FIX Message add Group field, How do?

Reply Threaded More More options
Print post
Permalink
Hi,

I am not sure that I understand your question.
It seems that you are trying to send a NewOrderSingle (MsgType=D) in FIX4.4
You create a NoPartyIDs group manually, add it to the outgoing message
and the order of fields gets re-ordered when the message goes up.
That's probably OK (it's QuickFIX/J that's doing the re-ordering
behind the scenes).

And then it seems that you get a reject from your broker?  What is
your broker? is it our exchange simulator? or something else?

Can you include both the outgoing FIX message and the reject you get
back? What question are you asking?

Note that you should use
org.marketcetera.quickfix.messagefactory.SystemMessageFactory.create()
function to populate the group manually if that's what you are doing.

hope this helps

On Wed, Dec 17, 2008 at 9:07 PM, MIN WEIR LAN <[hidden email]> wrote:

> hi all,
>
> In Photon,try add Group fields NoPartyIDs(453){
> PartyIDSource(447),PartyID(448),PartyRole(452) }
>
> like this
> 453=1 447=D 448=FREETRADE 452=5
>
> but ORS send like
> 447=D 448=FREETRADE 452=5 453=110=224
>
> I get Broker message
> 58=Tag not defined for this message type 371=447 372=D
>
> How do?
>
> digger
>
> _______________________________________________
> m-etc-users mailing list
> [hidden email]
> http://lists.marketcetera.org/mailman/listinfo/m-etc-users_lists.marketcetera.org
>



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

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