[QFJ-778] Multi broker quickfix initiator side Created: 30/Apr/14 Updated: 05/May/14 Resolved: 30/Apr/14 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Build, Engine |
Affects Version/s: | 1.5.3 |
Fix Version/s: | None |
Type: | Other | Priority: | Major |
Reporter: | Cristian Manuel Vertiz Fernandez | Assignee: | Unassigned |
Resolution: | Not a bug | Votes: | 0 |
Labels: | QuickfixJ, session |
Description |
I need to implement a multi broker (x, y ,z) quickfix initiator side session with different dictionary specification. |
Comments |
Comment by Christoph John [ 30/Apr/14 ] |
I think this is more a question for the mailing list: https://lists.sourceforge.net/lists/listinfo/quickfixj-users But basically, you just need to open different sessions. Each session can have a data dictionary of its own. http://www.quickfixj.org/quickfixj/usermanual/1.5.3/usage/configuration.html#Sample%20Settings%20File |
Comment by Cristian Manuel Vertiz Fernandez [ 30/Apr/14 ] |
Thank you, but you mean something like: But what about quickfixj classes definition into .jar file?, how do them behave when y create new instance. But the problem is here : FOR BROKER "X" //Create Instance FOR BROKER "Z" //Create Instance |
Comment by Christoph John [ 05/May/14 ] |
If you want to validate the message against a specific data dictionary then you should call dataDictionary.validate(Message) |