[Quickfix-developers] FIX 4.1 repeating group examples in java?
Brought to you by:
orenmnero
From: Andrew <an...@nm...> - 2003-10-29 19:28:12
|
Does anyone have FIX 4.1 repeating group examples in java they could share? I have no problems with 4.2 but with 4.1 it looks like NoTradingSessions is missing from the Java API. compile: [javac] Compiling 1 source file to C:\oms\build [javac] C:\oms\src\oms\OmsApplication.java:403: cannot resolve symbol [javac] symbol : class NoTradingSessions [javac] location: class org.quickfix.fix41.NewOrderSingle [javac] org.quickfix.fix41.NewOrderSingle.NoTradingSessions group = new org.quickfix.fix41.NewOrderSingle.NoTradingSessions(); [javac] ^ [javac] C:\oms\src\oms\OmsApplication.java:403: cannot resolve symbol [javac] symbol : class NoTradingSessions [javac] location: class org.quickfix.fix41.NewOrderSingle [javac] org.quickfix.fix41.NewOrderSingle.NoTradingSessions group = new org.quickfix.fix41.NewOrderSingle.NoTradingSessions(); [javac] ^ [javac] 2 errors Thanks, Andrew Munn an...@nm... |