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

Function _Rblpapi_authenticate_Impl

src/RcppExports.cpp:16–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14// authenticate_Impl
15SEXP authenticate_Impl(SEXP con_, SEXP uuid_, SEXP ip_address_, SEXP is_auth_id_, SEXP app_name_);
16RcppExport SEXP _Rblpapi_authenticate_Impl(SEXP con_SEXP, SEXP uuid_SEXP, SEXP ip_address_SEXP, SEXP is_auth_id_SEXP, SEXP app_name_SEXP) {
17BEGIN_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;
27END_RCPP
28}
29// bdh_Impl
30Rcpp::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);
31RcppExport 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) {

Callers

nothing calls this directly

Calls 1

authenticate_ImplFunction · 0.85

Tested by

no test coverage detected