MCPcopy Create free account
hub / github.com/Rblp/Rblpapi / _Rblpapi_bdp_Impl

Function _Rblpapi_bdp_Impl

src/RcppExports.cpp:51–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49// bdp_Impl
50Rcpp::List bdp_Impl(SEXP con_, std::vector<std::string> securities, std::vector<std::string> fields, SEXP options_, SEXP overrides_, bool verbose, SEXP identity_);
51RcppExport SEXP _Rblpapi_bdp_Impl(SEXP con_SEXP, SEXP securitiesSEXP, SEXP fieldsSEXP, SEXP options_SEXP, SEXP overrides_SEXP, SEXP verboseSEXP, SEXP identity_SEXP) {
52BEGIN_RCPP
53 Rcpp::RObject rcpp_result_gen;
54 Rcpp::RNGScope rcpp_rngScope_gen;
55 Rcpp::traits::input_parameter< SEXP >::type con_(con_SEXP);
56 Rcpp::traits::input_parameter< std::vector<std::string> >::type securities(securitiesSEXP);
57 Rcpp::traits::input_parameter< std::vector<std::string> >::type fields(fieldsSEXP);
58 Rcpp::traits::input_parameter< SEXP >::type options_(options_SEXP);
59 Rcpp::traits::input_parameter< SEXP >::type overrides_(overrides_SEXP);
60 Rcpp::traits::input_parameter< bool >::type verbose(verboseSEXP);
61 Rcpp::traits::input_parameter< SEXP >::type identity_(identity_SEXP);
62 rcpp_result_gen = Rcpp::wrap(bdp_Impl(con_, securities, fields, options_, overrides_, verbose, identity_));
63 return rcpp_result_gen;
64END_RCPP
65}
66// bds_Impl
67Rcpp::List bds_Impl(SEXP con_, std::vector<std::string> securities, std::string field, SEXP options_, SEXP overrides_, bool verbose, SEXP identity_);
68RcppExport SEXP _Rblpapi_bds_Impl(SEXP con_SEXP, SEXP securitiesSEXP, SEXP fieldSEXP, SEXP options_SEXP, SEXP overrides_SEXP, SEXP verboseSEXP, SEXP identity_SEXP) {

Callers

nothing calls this directly

Calls 1

bdp_ImplFunction · 0.85

Tested by

no test coverage detected