Skip to content
Prev 10645 / 15274 Next

FinancialInstrument functions output / side effect variables

Doug,

I re-read your question.  Let me clarify.  Instruments are stored in
an environment called .instrument at the top level of the package.
You can see everything in that environment like this

  ls(FinancialInstrument:::.instrument)

However, there are lots of functions show the primary_ids of
instruments that do some checking to make sure that what is being
shown are indeed primary_ids of instruments.

e.g

  ls_stocks()
  ls_currencies()
  ls_instruments()

Let me know if I can offer more clarity.

Best,
Garrett
On Fri, Aug 24, 2012 at 11:44 AM, G See <gsee000 at gmail.com> wrote: