[QFJ-115] "isSet" method also for field: LastPx Created: 28/Nov/06 Updated: 15/Nov/12 Resolved: 11/Feb/07 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Engine |
| Affects Version/s: | 1.0.4 |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Default |
| Reporter: | Welf Wustlich | Assignee: | Steve Bate |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
linux netbeans |
||
| Description |
|
It seems that the Field "quickfix.field.LastPx" is the only field, what does not has the "isSet" methode, so that I need to catch the exception instead of simply: |
| Comments |
| Comment by Steve Bate [ 11/Feb/07 ] |
|
I've check a few messages that use the LastPx field (e.g. quickfix.fix42.ExecutionReport) and they have the isSetLastPx() method. If you give me more specifics about the message, I might be able to do more. |