Eli Belash
Eli Belash
+1 Having compiled version in nuget will help.
I'm talking about knowing in a business layer if `Level1Client` has disconnected, lost connection or just idle because the specific stock is silent. You'll need to be more specific because...
The same way I wrote on the first post on a separate thread.
IQFeed themselves use a product key in their test tools.. A little reverse engineering got me it. `` Use it at your own risk, I'm not responsible for anything. you'll...
You can always create a separate `Level1Client `that will use timestamps as heartbeat while a different client is used for data. Would be nice to have such a class provided...
Note that the result is a tuple where you are trying to access an 'ndim' which is available on a numpy object. Your output is a tuple, not a numpy...
The issue is that operating system is trying to find the installed `python 3.6` on the machine. As the exception tells you, "consider setting the `DYLD_PRINT_LIBRARIES` environment variable" to the...
That's weird, are you absolutely sure you are using python 3+? [PY3 - PyUnicode_FromKindAndData](https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_FromKindAndData) [PY2 - PyString_FromStringAndSize](https://docs.python.org/2/c-api/string.html#c.PyString_FromStringAndSize) Edit: If it is possible in osx to monitor process's file accessing, you...
Can you post here the exact error? If it fails both methods, it seems to have failed loading the library dlls
Give [this](https://stackoverflow.com/a/653188/1481186) a shot, the other answers are are too relevant.