| 49 | // bdp_Impl |
| 50 | Rcpp::List bdp_Impl(SEXP con_, std::vector<std::string> securities, std::vector<std::string> fields, SEXP options_, SEXP overrides_, bool verbose, SEXP identity_); |
| 51 | RcppExport SEXP _Rblpapi_bdp_Impl(SEXP con_SEXP, SEXP securitiesSEXP, SEXP fieldsSEXP, SEXP options_SEXP, SEXP overrides_SEXP, SEXP verboseSEXP, SEXP identity_SEXP) { |
| 52 | BEGIN_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; |
| 64 | END_RCPP |
| 65 | } |
| 66 | // bds_Impl |
| 67 | Rcpp::List bds_Impl(SEXP con_, std::vector<std::string> securities, std::string field, SEXP options_, SEXP overrides_, bool verbose, SEXP identity_); |
| 68 | RcppExport SEXP _Rblpapi_bds_Impl(SEXP con_SEXP, SEXP securitiesSEXP, SEXP fieldSEXP, SEXP options_SEXP, SEXP overrides_SEXP, SEXP verboseSEXP, SEXP identity_SEXP) { |
nothing calls this directly
no test coverage detected