bfSimpleOutput: Virtual Class to represent the simplified output of betfairly...

Description Details Slots See Also Examples

Description

As described in 'betfairly-package' functions can return four types of output xml, S4, list or simplified output of class bfSimpleOutput.

Details

There are two classes what inherit from bfSimpleOutput - bfSimpleOutputList and bfSimpleOutputDF. All betfairly functions return an object which extends one of these two classes. The names of the classes are always constructed by appending "Simple" or "SimpleDF" to the name of native Betfair class. For example the function getEvents returns an object of class GetEventsRespSimple meaning that it is a list inherited from bfSimpleOutputList and the native Betfair response type is GetEventsResp, so you can easily find the documentation in Betfair API reference guide. Function getAllMarkets return an object of class GetAllMarketsRespSimpleDF which means that it inherits from bfSimpleOutputDF and is a data.frame.

Slots

bfType:

Name of Betfair SOAP type.

errorCode:

Error code returned by Betfair api. You should check this first.

minorErrorCode:

Age verification error

See Also

bfSimpleOutputList-class, bfSimpleOutputDF-class

Examples

1
getClass("bfSimpleOutput")

vspinu/betfairly documentation built on May 3, 2019, 7:08 p.m.