Skip to content

Commit

Permalink
Merge pull request #387 from jvirtanen/features/fixlatest-ep276
Browse files Browse the repository at this point in the history
philadelphia-fixlatest: Update to EP276
  • Loading branch information
jvirtanen authored Aug 1, 2023
2 parents c9515f1 + 9a360b6 commit 6338cc6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

See the [upgrade instructions](UPGRADE-2.1.0.md).

- Update FIX Latest support to EP273 (Jussi Virtanen)
- Update FIX Latest support to EP276 (Jussi Virtanen)

- Specify Java module names (Jussi Virtanen)

Expand Down
2 changes: 1 addition & 1 deletion libraries/fixlatest/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Philadelphia FIX Latest

Philadelphia FIX Latest implements the FIX protocol version Latest, currently
based on FIX 5.0 SP2 EP273.
based on FIX 5.0 SP2 EP276.

## Download

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Philadelphia authors
* Copyright 2023 Philadelphia authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -9272,6 +9272,24 @@ private RegulatoryTradeIDEventValues() {

}

/**
* Values for RegulatoryTradeIDSource(1905).
*
* <p>The following fields also use these values:</p>
* <ul>
* <li>AllocRegulatoryTradeIDSource(1910)</li>
* <li>SideRegulatoryTradeIDSource(1973)</li>
* </ul>
*/
public static class RegulatoryTradeIDSourceValues {

public static final String UniqueTransactionIdentifier = "1";

private RegulatoryTradeIDSourceValues() {
}

}

/**
* Values for RegulatoryTradeIDType(1906).
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2022 Philadelphia authors
* Copyright 2023 Philadelphia authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -2924,6 +2924,8 @@ public class FIXLatestTags {
public static final int LegSymbolPositionNumber = 2958;
public static final int UnderlyingSymbolPositionNumber = 2959;
public static final int SettlPriceUnitOfMeasureCurrencyCodeSource = 2960;
public static final int AnonymousTradeIndicator = 2961;
public static final int SecurityReferenceDataSupplement = 2962;
public static final int NoAdditionalTermBondRefs = 40000;
public static final int AdditionalTermBondSecurityID = 40001;
public static final int AdditionalTermBondSecurityIDSource = 40002;
Expand Down

0 comments on commit 6338cc6

Please sign in to comment.