Skip to content

Commit

Permalink
Update Tag.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-rojbeni committed Feb 27, 2024
1 parent 4ef9ce0 commit 2793cf7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,9 @@ private void enhanceInstrumentEntityJson(ObjectNode node) {
buildNode("org.symphonyoss.fin.security.id.lei", instrument.getFigiTicker()));
idArray.add(
buildNode("org.symphonyoss.fin.security.id.localCode", instrument.getLocalCode()));
String operationalMic = null;
idArray.add(buildNode("org.symphonyoss.fin.security.id.operationalMic",
instrument.getOperationalMic()));
idArray.add(buildNode("org.symphonyoss.fin.security.countryCode", instrument.getCountryCode()));
String countryName = null;
idArray.add(buildNode("org.symphonyoss.fin.security.countryName", instrument.getCountryName()));
idArray.add(
buildNode("org.symphonyoss.fin.security.exchangeName", instrument.getExchangeName()));
Expand Down

0 comments on commit 2793cf7

Please sign in to comment.