reqIds: Request next valid Id

View source: R/reqIds.R

reqIdsR Documentation

Request next valid Id

Description

Requests the next valid order ID at the current moment. Important: the next valid order ID is only valid at the time it is received.

Usage

reqIds(ib_con)

Arguments

ib_con

a valid ib_con connection object.

Value

returns the next valid Id.

Examples

## Not run: 
ib_con <- ib_connect()
reqIds(ib_con)

## End(Not run)

pverspeelt/ibapir documentation built on March 29, 2022, 11:57 a.m.