[QFJ-763] Wrong constant values in NoSides Created: 11/Dec/13 Updated: 02/Apr/15 Resolved: 12/Dec/13 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Message Generation |
| Affects Version/s: | 1.5.3 |
| Fix Version/s: | 1.6.0 |
| Type: | Bug | Priority: | Default |
| Reporter: | Isaac Levin | Assignee: | Christoph John |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
NoSides extends IntField, but constants for ONE_SIDE and BOTH_SIDES are defined as char. public class NoSides extends IntField { When you call: |
| Comments |
| Comment by Christoph John [ 12/Dec/13 ] |
|
Wow, this really is a special case. |
| Comment by Christoph John [ 12/Dec/13 ] |
|
Committed as rev1126: http://sourceforge.net/p/quickfixj/code/1126/ |