| 14 | // authenticate_Impl |
| 15 | SEXP authenticate_Impl(SEXP con_, SEXP uuid_, SEXP ip_address_, SEXP is_auth_id_, SEXP app_name_); |
| 16 | RcppExport SEXP _Rblpapi_authenticate_Impl(SEXP con_SEXP, SEXP uuid_SEXP, SEXP ip_address_SEXP, SEXP is_auth_id_SEXP, SEXP app_name_SEXP) { |
| 17 | BEGIN_RCPP |
| 18 | Rcpp::RObject rcpp_result_gen; |
| 19 | Rcpp::RNGScope rcpp_rngScope_gen; |
| 20 | Rcpp::traits::input_parameter< SEXP >::type con_(con_SEXP); |
| 21 | Rcpp::traits::input_parameter< SEXP >::type uuid_(uuid_SEXP); |
| 22 | Rcpp::traits::input_parameter< SEXP >::type ip_address_(ip_address_SEXP); |
| 23 | Rcpp::traits::input_parameter< SEXP >::type is_auth_id_(is_auth_id_SEXP); |
| 24 | Rcpp::traits::input_parameter< SEXP >::type app_name_(app_name_SEXP); |
| 25 | rcpp_result_gen = Rcpp::wrap(authenticate_Impl(con_, uuid_, ip_address_, is_auth_id_, app_name_)); |
| 26 | return rcpp_result_gen; |
| 27 | END_RCPP |
| 28 | } |
| 29 | // bdh_Impl |
| 30 | Rcpp::List bdh_Impl(SEXP con_, std::vector<std::string> securities, std::vector<std::string> fields, std::string start_date_, SEXP end_date_, SEXP options_, SEXP overrides_, bool verbose, SEXP identity_, bool int_as_double); |
| 31 | RcppExport SEXP _Rblpapi_bdh_Impl(SEXP con_SEXP, SEXP securitiesSEXP, SEXP fieldsSEXP, SEXP start_date_SEXP, SEXP end_date_SEXP, SEXP options_SEXP, SEXP overrides_SEXP, SEXP verboseSEXP, SEXP identity_SEXP, SEXP int_as_doubleSEXP) { |
nothing calls this directly
no test coverage detected