Imported from previous forum
Hi there!
I don’t know whether it’s the right place, but I decided to give it a try.
I need help with 2 matters:
-
Can anyone please explain me how does this cameron fix system works?
I mean - There is a rmiadapter buy example, and rmiadapter sell example and testRmi.java, what is the real connection between them? which one is the actual cameron engine?
So far I know I have to first run Buy then Sell and then RmiTest to write messages on screen. -
I want to write a validating mechanism for incoming messages.
I wrote a class which creates a message and another one that validates it. The first class creates an object of type com.cameronsystems.fix.Message and checks its fields. I wanted to use it in RmiTest class provided with cameron which takes received messages and “inserts” them into object of type IMessage. What is the difference between Message and IMessage types? I can’t change my class to take IMessage as an argument because I get further errors like incompatibility of Field and IField…
Will be gratefull for any help.
Thanx
Adam M
PLEASE CONTACT
supporteurope@cameronsystems.com
Hi there! I don’t know whether it’s the right place, but I decided to
give it a try.I need help with 2 matters:
Can anyone please explain me how does this cameron fix system works?
I mean - There is a rmiadapter buy example, and rmiadapter sell
example and testRmi.java, what is the real connection between them?
which one is the actual cameron engine? So far I know I have to first
run Buy then Sell and then RmiTest to write messages on screen.I want to write a validating mechanism for incoming messages. I wrote
a class which creates a message and another one that validates it.
The first class creates an object of type
com.cameronsystems.fix.Message and checks its fields. I wanted to use
it in RmiTest class provided with cameron which takes received
messages and “inserts” them into object of type IMessage. What is the
difference between Message and IMessage types? I can’t change my
class to take IMessage as an argument because I get further errors
like incompatibility of Field and IField…Will be gratefull for any help.
Thanx Adam M
[ original email was from Joseph Horowitz - jhorowitz@aegisoft.com ]
> I need help with 2 matters:
Check the Cameron support areas: http://www.cameronsystems.com/clientservice.html
Thanks!
-Joey