R/twsIndex.R

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="")
}
hgodinez/ibrokers documentation built on May 17, 2019, 3:57 p.m.