Skip to content

Commit bab58f0

Browse files
committed
fix typo
1 parent 943797a commit bab58f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EMSXFullSet_Python/EMSXSubscriptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def createRouteSubscription(self, session):
776776
routeTopic = routeTopic + "EMSX_LEG_FILL_SHARES,"
777777
routeTopic = routeTopic + "EMSX_LEG_FILL_SIDE,"
778778
routeTopic = routeTopic + "EMSX_LEG_FILL_TICKER,"
779-
rotueTopic = routeTopic + "EMSX_LEG_FILL_TIME_ADDED,"
779+
routeTopic = routeTopic + "EMSX_LEG_FILL_TIME_ADDED,"
780780
routeTopic = routeTopic + "EMSX_LIMIT_PRICE,"
781781
routeTopic = routeTopic + "EMSX_MIFID_II_INSTRUCTION,"
782782
routeTopic = routeTopic + "EMSX_MISC_FEES,"

0 commit comments

Comments
 (0)