R/twsExecutionFilter.R

Defines functions twsExecutionFilter

Documented in twsExecutionFilter

twsExecutionFilter <- function(clientId="0", 
                               acctCode="",
                               time="",
                               symbol="",
                               secType="",
                               exchange="",
                               side="")
{
  structure(list(clientId=clientId,
                 acctCode=acctCode,
                 time=time,
                 symbol=symbol,
                 secType=secType,
                 exchange=exchange,
                 side=side), class="twsExecutionFilter")
}

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.