Learn R Programming

IBrokers (version 0.10-2)

twsFuture: Create a twsFuture Contract

Description

Create a twsFuture contract for use in API calls.

Usage

twsFuture(symbol,
          exch,
          expiry,
          primary='',
          currency='USD',
          right='',
          local='',
          multiplier='',
          include_expired='0',
          conId=0)

Value

A twsContract object.

Arguments

symbol

the IB symbol requested

exch

the requested exchange

expiry

the requested contract expiration

primary

the primary exchange of the security

currency

the requested currency

right

the requested right

local

the local security name

multiplier

the contract multiplier

include_expired

should expired contracts be included

conId

contract ID

Author

Jeffrey A. Ryan

Details

A wrapper to twsContract to make ‘futures’ contracts easier to specify.

twsFUT is an alias.

References

Interactive Brokers: https://www.interactivebrokers.com

See Also

reqHistoricalData, twsContract

Examples

Run this code
future <- twsFuture("NQ","GLOBEX","200803")

Run the code above in your browser using DataLab