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="")
}
hadar2703/ibrokers documentation built on May 17, 2019, 9:42 a.m.