Skip to content

Commit 27ec3e0

Browse files
committed
feature: map equity exchange codes H and U to MIAX_PEARL and MEMX
1 parent b7b97c8 commit 27ec3e0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Common/Global.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,10 @@ public static Exchange GetPrimaryExchange(this string exchange,
11331133
return Exchange.MEMX;
11341134
case "CSFB":
11351135
return Exchange.CSFB;
1136+
case "H":
1137+
return Exchange.MIAX_PEARL;
1138+
case "U":
1139+
return Exchange.MEMX;
11361140
}
11371141
}
11381142
else if (securityType == SecurityType.Option)

0 commit comments

Comments
 (0)