reqContractDetails {IBrokers} | R Documentation |
Returns an object (list) of details relating to a particular IB tradeable product.
reqContractDetails(conn, Contract, reqId = "1", conId = "", verbose = FALSE)
conn |
a valid twsConnection |
Contract |
a valid twsContract |
reqId |
a unique ID |
conId |
a contract ID |
verbose |
be verbose? |
Returns a list of details for the product specified. See the TWS API for specifics at this point.
A twsContractDetails
object.
Jeffrey A. Ryan
Interactive Brokers http://www.interactivebrokers.com
## Not run: tws <- twsConnect() reqContractDetails(tws, twsEquity("QQQQ")) ## End(Not run)