compiled for win32:
http://kx.com/q/w32/bb.dll
Attila
> --
> You received this message because you are subscribed to the Google Groups "Kdb+ Personal Developers" group.
> To post to this group, send email to personal...@googlegroups.com.
> To unsubscribe from this group, send email to personal-kdbpl...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/personal-kdbplus?hl=en.
>
>
http://code.kx.com/wiki/Reference/TwoColon
Appreciate, no one yet mention you to first use search on kx wiki.
;-)
> Is it possible to fetch Bloomberg data using Q? If so, can you give a
> simple example such at to get the close price of Google?
do you have a bb subscription?
what's your actual problem?
(btw i've never used bb w/q myself, only reuters, and that was quite a while ago)
so, do you have any of the above?
2011/11/15 Wei Li <lav...@gmail.com>:
can you run this?
sub:`bb 2:(`sub;`sym)
with bb.dll ?
ta, jack.
Could you please describe the steps for an absolute beginner? (Step 1,
Step 2, Step 3....etc)
I have saved the bb.dll file in C:\WINDOWS\system32 and tried to run
it by regsvr32 bb.dll.
I get the following error message - LoadLibrary("bb.dll") failed -
The specific module could not be found.
Thanks in advance!
GarryHolmer
On 17 Nov., 04:19, Jack Andrews <effb...@gmail.com> wrote:
> hi wei,
>
> can you run this?
>
> sub:`bb 2:(`sub;`sym)
>
> with bb.dll ?
>
> ta, jack.
>
>
>
> On Wed, Nov 16, 2011 at 4:38 PM, Wei Li <lavi...@gmail.com> wrote:
>
> > Aaron Davies
>
> > do you have a bb subscription?
>
> > Wei Li
>
> > Yes, I have
>
> > --------------------------------------------------------------------------------
> > As Aaron asked and I replied, YES I HAVE!
>
> > --
> > You received this message because you are subscribed to the Google Groups "Kdb+ Personal Developers" group.
> > To post to this group, send email to personal...@googlegroups.com.
> > To unsubscribe from this group, send email to personal-kdbpl...@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/personal-kdbplus?hl=en.- Zitierten Text ausblenden -
>
> - Zitierten Text anzeigen -
Thank you very much for your detailed answer! it helped me to get
started.
an article on wiki sounds like a great idea. I am sure that there are
many people around who would benefit from such article.
what is, for example, missing is how to get close prices or other
information from Bloomberg.
Does anybody know how to build such functions in order to get closing
prices from Bloomberg? It is still, unfortunately, a black box for
me.
Harry Holmer
On 8 Dez., 01:43, Jack Andrews <effb...@gmail.com> wrote:
> 1 ensure you have bbapi.dll in your path (should be included in your bb
> client)
> 2 put bb.dll in %QHOME%/w32 (eg: c:\q\w32) or c:\windows\system32
> 3 start q
> 4 q)sub:`bb 2:(`sub;1)
> 5 q)sub x
>
> i don't have bb access, so i can't test this. the x on the last line is a
> symbol. i assume it is something like `C:US .
>
> also, i think sub registers a callback so it handles data coming down the
> line in the event loop. i haven't looked close enough to tell you where
> bb.dll puts the incoming data. and i haven't used callbacks before, so i'm
> doubly blind :j
>
> i suspect you may need to define q functions mon, stt and upd to handle the
> data as q receives it.
>
> could be a good article to put on the wiki once we work out how to do it!
>