[QFJ-360] public static Message Message.getInstance(String messageStr) Created: 30/Oct/08 Updated: 23/Mar/09 Resolved: 23/Mar/09 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Major |
Reporter: | Alvin Wang | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Labels: | None |
Description |
I hope we can have a very useful method like this: 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. |
Comments |
Comment by Alvin Wang [ 31/Oct/08 ] |
Pls close this issue. thanks |