R/generic_function.R

setGeneric(
    nema = "Chart",
    def  = function(object, ...) {
        standardGeneric("Chart")
    } 
)

setGeneric(
    nema = "GenerateCashflow",
    def  = function(object, convention, ...) {
        standardGeneric("GenerateCashflow")
    } 
)
gfunk0704/RcppQuantitativeFinance documentation built on Feb. 17, 2020, 12:34 a.m.