The most recent content from our members.
I have tried to run the simple code copied from https://github.com/devcartel/pyrfa: import pyrfa p = pyrfa.Pyrfa() p.createConfigDb("./pyrfa.cfg") p.acquireSession("Session1") p.createOMMConsumer() p.login() p.directoryRequest() p.dictionaryRequest() p.marketPriceRequest("JPY=,EUR=") end = False while not end: try: for…
It looks like you're new here. Sign in or register to get started.