Skip to content

Commit

Permalink
Update Philadelphia 2.0.0 upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvirtanen committed Sep 23, 2022
1 parent 52c89fa commit ed5a426
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UPGRADE-2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,12 @@ value.getTimestamp(timestamp);
// Get the millisecond field from the instance.
int milli = timestamp.getMilli();
```

## Miscellanea

Philadelphia 2.0.0 no longer provides the following classes: `FIXCheckSums`,
`FIXTags`, and `FIXTimestamps`. Applications that rely on their functionality
now need to provide it themselves.

Philadelphia 2.0.0 replaces the `FIXConfig#getVersion()` method with a
`FIXConfig#getBeginString()` method.

0 comments on commit ed5a426

Please sign in to comment.