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

Function _Rblpapi_subscribe_Impl

src/RcppExports.cpp:241–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239// subscribe_Impl
240SEXP subscribe_Impl(SEXP con_, std::vector<std::string> securities, std::vector<std::string> fields, Rcpp::Function fun, SEXP options_, SEXP identity_);
241RcppExport SEXP _Rblpapi_subscribe_Impl(SEXP con_SEXP, SEXP securitiesSEXP, SEXP fieldsSEXP, SEXP funSEXP, SEXP options_SEXP, SEXP identity_SEXP) {
242BEGIN_RCPP
243 Rcpp::RObject rcpp_result_gen;
244 Rcpp::RNGScope rcpp_rngScope_gen;
245 Rcpp::traits::input_parameter< SEXP >::type con_(con_SEXP);
246 Rcpp::traits::input_parameter< std::vector<std::string> >::type securities(securitiesSEXP);
247 Rcpp::traits::input_parameter< std::vector<std::string> >::type fields(fieldsSEXP);
248 Rcpp::traits::input_parameter< Rcpp::Function >::type fun(funSEXP);
249 Rcpp::traits::input_parameter< SEXP >::type options_(options_SEXP);
250 Rcpp::traits::input_parameter< SEXP >::type identity_(identity_SEXP);
251 rcpp_result_gen = Rcpp::wrap(subscribe_Impl(con_, securities, fields, fun, options_, identity_));
252 return rcpp_result_gen;
253END_RCPP
254}
255
256static const R_CallMethodDef CallEntries[] = {
257 {"_Rblpapi_authenticate_Impl", (DL_FUNC) &_Rblpapi_authenticate_Impl, 5},

Callers

nothing calls this directly

Calls 1

subscribe_ImplFunction · 0.85

Tested by

no test coverage detected