iqQuote: Quick and dirty real time quote

Description Usage Arguments Value Author(s) Examples

Description

Retrieve a single real time quote from an IQFeed stream using a new ephemeral IQFeed Level1 data session.

Usage

1
iqQuote(symbol, type="P", limit=10)

Arguments

symbol

An underlying equity symbol.

type

A character indicating the quote type (the first field in the IQFeed quote format, usually "P" for price quote or "F" for fundamentals quote).

limit

Limit feed session to the number of lines specified.

Value

A character vector containing the requested IQFeed quote data, or NULL if no quote matching the input parameters was returned.

Author(s)

B. W. Lewis

Examples

1
2
3
require('iqfeed')
iqConf()
iqQuote("MSFT")

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