TrueFXRef: Download and view the TrueFX Market Data Web API Developer...

Description Usage Arguments Value Note Author(s) References Examples

Description

Download and view the TrueFX Market Data Web API Developer Guide

Usage

1
  TrueFXRef(show = c("pdf", "webpage"))

Arguments

show

What to show. Either “pdf” or “webpage” (“web” and “url” will also be recognized as “webpage”). Alternatively, can be numeric: 1 for “pdf”, 2 for “webpage”)

Value

called for side-effect. Opens the TrueFX Market Data Web API Developer Guide in a pdf-viewer or web browser.

Note

the idea for this function came from the IBrokers function IBrokersRef written by Jeff Ryan. Thanks Jeff!

Author(s)

Garrett See

References

http://www.truefx.com/dev/data/TrueFX_MarketDataWebAPI_DeveloperGuide.pdf

Examples

1
2
3
4
5
## Not run: 
TrueFXRef()
TrueFXRef("web")

## End(Not run)

TrueFX documentation built on May 2, 2019, 4:47 p.m.

Related to TrueFXRef in TrueFX...