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

Function sendRequestWithIdentity

src/blpapi_utils.cpp:210–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void sendRequestWithIdentity(Session* session, Request& request, SEXP identity_) {
211 Identity* ip;
212 if(identity_ != R_NilValue) {
213 ip = reinterpret_cast<Identity*>(checkExternalPointer(identity_,"blpapi::Identity*"));
214 session->sendRequest(request,*ip);
215 } else {
216 session->sendRequest(request);
217 }
218}
219
220void populateDfRow(SEXP ans, R_len_t row_index, const Element& e, RblpapiT rblpapitype) {
221 // the vectors are already initialized to NAs

Callers 4

bds_ImplFunction · 0.85
getPortfolio_ImplFunction · 0.85
bdp_ImplFunction · 0.85
bdh_ImplFunction · 0.85

Calls 1

checkExternalPointerFunction · 0.85

Tested by

no test coverage detected