blpapi-node
blpapi-node copied to clipboard
Bloomberg Open API module for node.js
For background of this issue, please refer to bloomberg/blpapi-http#167. In summary, the root cause is due to how mktime() behaves on Windows. The documentation for WIN32 [mktime](https://msdn.microsoft.com/en-us/library/d1y53h2a.aspx) indicates that for...
When running `valgrind --leak-check=full node service-using-blpapi.js` some warnings appear, like ``` ==1462== Warning: set address range perms: large range [0x2621a6b2f000, 0x2621c6b2f000) (noaccess) ==1462== Conditional jump or move depends on uninitialised...
I noticed a silent crash (Exception type seems to not be catched by the invoke try/catch in blpapi.js) Fix simply consists in changing the throw Exception to throw UnknownErrorException
Since we need to compile typescript when depending on 'blpapi-node' through git we should not make npm ignore the typescript files.