R/twsIndex.R

Defines functions twsIndex

Documented in twsIndex

twsIND <- twsIndex <-
function(symbol, exch="", currency="", local="")
{
  twsContract(conId="",
              symbol,
              'IND',
              exch=exch,
              primary="",
              expiry="",
              strike="",
              currency=currency,
              right="",
              local=local,
              multiplier="",
              NULL,NULL,
              include_expired="")
}

Try the IBrokers package in your browser

Any scripts or data that you put into this service are public.

IBrokers documentation built on Nov. 16, 2022, 5:05 p.m.