osi2iq: Convert from an OSI standard symbol to the IQFeed symbol...

Description Usage Arguments Value Note Author(s) See Also Examples

Description

Convert from an OSI standard symbol to the IQFeed symbol format.

Usage

1

Arguments

symbol

An OSI symbol.

Value

(Character) old-style IQFeed symbol.

Note

IQFeed will abondon older-style symbols at some point in 2010, making this function obsolete.

Author(s)

B. W. Lewis

See Also

osi

Examples

1
2
3
4
5
6
7
8
9
require(iqfeed)
iqConf()
# Options chain lookup example
symbols <- CEO("MSFT")
symbols

# Convert to standard OSI format (e.g., for use by a broker), and back:
osi(symbols[1])
osi2iq(.Last.value)

bwlewis/iqfeed documentation built on May 13, 2019, 9:06 a.m.