Skip to content

Commit

Permalink
Add Nasdaq commodity exchange id (#2572)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Skitini <[email protected]>
  • Loading branch information
skitini and skitini authored May 12, 2023
1 parent 71334f9 commit cb49759
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ public final class ExchangeIds {
/** Zhengzhou Commodity Exchange. */
public static final ExchangeId XZCE = ExchangeId.of("XZCE");

/** Nasdaq Commodity Exchange. */
public static final ExchangeId NORX = ExchangeId.of("NORX");

//-------------------------------------------------------------------------
/**
* Restricted constructor.
Expand Down

0 comments on commit cb49759

Please sign in to comment.