50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

iqfeed (version 0.2)

iqConf: Configure IQFeed connection

Description

Configure the host and port numbers for an IQFeed connection.

Usage

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'!

Value

Nothing is returned.

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.

Examples

Run this code
require('iqfeed')
iqConf()

Run the code above in your browser using DataLab