twsCurrency: Create a twsCurrency

twsCurrencyR Documentation

Create a twsCurrency

Description

Create a twsCurrency for use in API calls.

Usage

twsCurrency(symbol,
            currency='USD',
            exch='IDEALPRO',
            primary='',
            strike='0.0',
            right='',
            local='',
            multiplier='',
            include_expired='0',
            conId=0)

Arguments

symbol

the IB symbol requested

currency

the requested currency

exch

the requested exchange

primary

the primary exchange of the security

strike

the strike price

right

the requested right

local

the local security name

multiplier

the contract multiplier

include_expired

should expired contracts be included

conId

contract ID

Details

A wrapper to twsContract to make ‘currency/FX’ contracts easier to specify.

twsCASH is an alias.

Value

A twsContract object.

Author(s)

Jeffrey A. Ryan

References

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

See Also

reqHistoricalData, twsContract

Examples

currency <- twsCurrency("EUR")

IBrokers documentation built on Nov. 16, 2022, 5:05 p.m.