starting from 0

Imported from previous forum

hello all I’m very interested in the fix tech, rigth now i’m in a project based on Fix/Java and I really apreciate if some one tell me where i can start to understand some basic’s concepts and the basic develop…

I’m going to use only 4 type of message

NewOrderSingle
ExecutionReport
OrderCancelRequest
OrderCancelReject

this is only the basic point in my work

and the FIx Engine is FFS so if some ona has some kind of information refered to this…

–thanks very much–

There is a 4 part powerpoint presentation within “More Information”, “Presentations” which was given Feb 2001 which I think you will find helpful. There are other PPTs there as well. Also re: the items you’re asking about refer to FIX 4.3 Volume 4.

> hello all I’m very interested in the fix tech, rigth now i’m in a project based on Fix/Java and I really apreciate if some one tell me where i can start to understand some basic’s concepts and the basic develop…
>
> I’m going to use only 4 type of message
>
> NewOrderSingle
> ExecutionReport
> OrderCancelRequest
> OrderCancelReject
>
> this is only the basic point in my work
>
> and the FIx Engine is FFS so if some ona has some kind of information refered to this…
>
> --thanks very much–
>

Victor,

I have some experience in using FFS, so if you have any specific questions re this I’m happy to help.

Nick

> hello all I’m very interested in the fix tech, rigth now i’m in a project based on Fix/Java and I really apreciate if some one tell me where i can start to understand some basic’s concepts and the basic develop…
>
> I’m going to use only 4 type of message
>
> NewOrderSingle
> ExecutionReport
> OrderCancelRequest
> OrderCancelReject
>
> this is only the basic point in my work
>
> and the FIx Engine is FFS so if some ona has some kind of information refered to this…
>
> --thanks very much–
>

hi Nick,

i’m treating to solve the soon possible what correspond to the develop of
bussines logic on this project, I’m using from the message broker the API
callback template, but I’m confuse, 'cause before triying to do this, i
was adding some code on the FixCallBack40Bean.java from some path of the
MB5.0 folder, and I thought that it was there where I need to add the code,
but I realize i was wrong, anyway, also I’m defining
some message format to make parse, Validate, transformation process, and
I think too, I need to develop some class for the behavior of receipt and
shimpment messages for my new message format, I did read from the message
broker manual about how I need to write the code for the API CallBack ,
but here is the cause of my confuse, 'cause when I try to edit de API Callback
template sorry if this sounds you crazy but, I know that this is only a
template to share the common code of each process of the receipt a message,
but i need to add a particular code for some type of message and first I
was try to add it from the FixCallBack40Bean.java cause I saw each method
on this file refered to each TypeofMessage and now I can not find the way
customize a particular message from the API template, so.

Do I need to change the parameter’s of call from the Routing collections
to each message definition to point them to a special class where I can
add the code needed instead the default values or is there a way to do this
from the api template?

and also I want to ask you about how I could deploy some classes maded by
me to the runtime repository or is there a way to add these classes to the
com.ffusion package directly?

thanks very much

I hope you understand I don’t have expirence working on this

regards.