Imported from previous forum
hello again
I thank too much all the aid that can give me.
does some one of you had experience implementing FIX 4,0 with FFS?
I’m in a project based in FFS with FIX4.0 and actually I’m testing the client’s samples to send orders to the server , also I’m writing code for the callback mode to automate the responses to the client, I’m confuse with the creation of the message.
I think that for each message that I want to send I need to create it from one method of the callback EJB or i need to separate my classes of the Callback EJB.
thanks and regards
[ original email was from Ian Orford - ian.orford@drkw.com ]
This is probably too vendor specific to be proper subject matter for this discussion group, but I’ll try to help.
By the way, Financial Fusion run a public NNTP server at "forums.financialfusion.com". You can probably get more complete answers there.
> hello again
>
> I thank too much all the aid that can give me.
>
> does some one of you had experience implementing FIX 4,0 with FFS?
>
> I’m in a project based in FFS with FIX4.0 and actually I’m testing the client’s samples to send orders to the server , also I’m writing code for the callback mode to automate the responses to the client, I’m confuse with the creation of the message.
>
> I think that for each message that I want to send I need to create it from one method of the callback EJB or i need to separate my classes of the Callback EJB.
If you want to send, say, a NewOrderSingle, you need to instantiate a TypeNewOrderSingle object and then populate it. Then use the Send api to pass message to the server for transmission to the target’s FIX engine.
The target’s FIX engine will parse the message and put it back into a TypeNewOrderSingle object that will then be given to your callback.
At this stage if you wished, you could get a TypeExecutionReport message and send it back, thus automatically acknowledging the order.
Hello Victor,
Financial Fusion has a support service that will be able to
help you with all of your FFS questions.
Financial Fusion support can be contacted at:
support@financialfusion.com
Financial Fusion also offers support through a news group:
News Server:forums.financialfusion.com
Group name:financialfusion.support.public
> hello again
>
> I thank too much all the aid that can give me.
>
> does some one of you had experience implementing FIX 4,0 with FFS?
>
> I’m in a project based in FFS with FIX4.0 and actually I’m testing the client’s samples to send orders to the server , also I’m writing code for the callback mode to automate the responses to the client, I’m confuse with the creation of the message.
>
> I think that for each message that I want to send I need to create it from one method of the callback EJB or i need to separate my classes of the Callback EJB.
>
>
>
> thanks and regards
>