Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
Description
I hope we can have a very useful method like this:
public static Message Message.getInstance(String messageStr)
For example, if the messageStr is a FIX44 Execution Report message string. this method can give me an instance of quickfix.fix44.ExecutionReport. Right now, we store all the message in database, when we retrieve them from DB, it is impossible to create a quickfix.fix44.ExecutionReport object based on a FIX44 Execution Report message string.
thanks.