R/twsExecutionFilter.R

Defines functions 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")
}
algoquant/IBrokers2 documentation built on Nov. 3, 2021, 10:18 p.m.