[QFJ-816] Put milliseconds in OrigSendingTime if SendingTime has them Created: 29/Oct/14 Updated: 02/Apr/15 Resolved: 29/Oct/14 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | None |
| Affects Version/s: | 1.5.3 |
| Fix Version/s: | 1.6.0 |
| Type: | Improvement | Priority: | Default |
| Reporter: | Horia Muntean | Assignee: | Christoph John |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
OrigSendingTime is set without milliseconds even if the SendingTime has them. This seems rather trivial to implement based on the logic used for SendingTime i.e. MillisecondsInTimeStamp config and version >= 4.2. I can do this if requested. |
| Comments |
| Comment by Christoph John [ 29/Oct/14 ] |
|
Thanks, feel free to submit a pull request or patch. |
| Comment by Horia Muntean [ 29/Oct/14 ] |
|
I checked the current master from github (9d6723f6cb82167b83361916417dde498299cb46) and this issue is already solved in quickfix.Session.java so please close this issue. |
| Comment by Christoph John [ 29/Oct/14 ] |
|
No problem. I forgot about that already. |