iqConf: Configure IQFeed connection

Description Usage Arguments Details Value Author(s) Examples

Description

Configure the host and port numbers for an IQFeed connection.

Usage

1
iqConf(host = "localhost", ports = list(level1=5009,historic=9100,level2=9200))

Arguments

host

The host name or (character) I.P. address of the IQFeed.

ports

The IQFeed real-time, historic Level I, and historic Level II data ports. They must be named 'level1' 'historic' and 'level2'!

Details

Connections to the feed are generally not held open. The iqConf function may be run at any time to re-configure port numbers. The default parameter values are the default IQFeed port numbers.

Value

Nothing is returned.

Author(s)

B. W. Lewis <blewis@illposed.net>

Examples

1
2
require('iqfeed')
iqConf()

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