Details
-
Type: Improvement
-
Status: Closed
-
Priority: Default
-
Resolution: Fixed
-
Affects Version/s: 1.5.0
-
Fix Version/s: 1.5.1
-
Component/s: Documentation
-
Labels:None
Description
Hi, I'm following the instructions on the page Creating Your QuickFIX/J Application. It tells me to create an app by implementing the Application interface, but the code for MyClass is instantiating an object for the interface. I thought this is prohibited in Java?