diff --git a/EMSXFullSet_Java/EMSXSubscriptions.java b/EMSXFullSet_Java/EMSXSubscriptions.java index 7b3693c..a270070 100644 --- a/EMSXFullSet_Java/EMSXSubscriptions.java +++ b/EMSXFullSet_Java/EMSXSubscriptions.java @@ -791,7 +791,7 @@ private void createOrderSubscription(Session session) orderTopic = orderTopic + "EMSX_TICKER,"; orderTopic = orderTopic + "EMSX_TIF,"; orderTopic = orderTopic + "EMSX_TIME_STAMP,"; - orderTopic = orderTopic + "EMSX_TIME_STAMPE_MICROSEC,"; + orderTopic = orderTopic + "EMSX_TIME_STAMP_MICROSEC,"; orderTopic = orderTopic + "EMSX_TRAD_UUID,"; orderTopic = orderTopic + "EMSX_TRADE_DESK,"; orderTopic = orderTopic + "EMSX_TRADER,"; diff --git a/EMSXFullSet_Python/EMSXSubscriptions.py b/EMSXFullSet_Python/EMSXSubscriptions.py index 3c72eae..4d01a8a 100644 --- a/EMSXFullSet_Python/EMSXSubscriptions.py +++ b/EMSXFullSet_Python/EMSXSubscriptions.py @@ -130,7 +130,7 @@ def processSubscriptionStatusEvent(self, event, session): print ("Error: Subscription failed", file=sys.stderr) print ("MESSAGE: %s" % (msg), file=sys.stderr) - reason = msg.getElement("reason"); + reason = msg.getElement("reason") errorcode = reason.getElementAsInteger("errorCode") description = reason.getElementAsString("description") @@ -776,7 +776,7 @@ def createRouteSubscription(self, session): routeTopic = routeTopic + "EMSX_LEG_FILL_SHARES," routeTopic = routeTopic + "EMSX_LEG_FILL_SIDE," routeTopic = routeTopic + "EMSX_LEG_FILL_TICKER," - rotueTopic = routeTopic + "EMSX_LEG_FILL_TIME_ADDED," + routeTopic = routeTopic + "EMSX_LEG_FILL_TIME_ADDED," routeTopic = routeTopic + "EMSX_LIMIT_PRICE," routeTopic = routeTopic + "EMSX_MIFID_II_INSTRUCTION," routeTopic = routeTopic + "EMSX_MISC_FEES,"