R/RcppExports.R

Defines functions subscribe_Impl lookup_Impl getTicks_Impl fieldInfo_Impl getBars_Impl fieldSearch_Impl bsrch_Impl getRuntimeVersion getHeaderVersion blpConnect_Impl beqs_Impl getPortfolio_Impl bds_Impl bdp_Impl bdh_Impl authenticate_Impl

Documented in getHeaderVersion getRuntimeVersion

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

authenticate_Impl <- function(con_, uuid_, ip_address_, is_auth_id_, app_name_) {
    .Call(`_Rblpapi_authenticate_Impl`, con_, uuid_, ip_address_, is_auth_id_, app_name_)
}

bdh_Impl <- function(con_, securities, fields, start_date_, end_date_, options_, overrides_, verbose, identity_, int_as_double) {
    .Call(`_Rblpapi_bdh_Impl`, con_, securities, fields, start_date_, end_date_, options_, overrides_, verbose, identity_, int_as_double)
}

bdp_Impl <- function(con_, securities, fields, options_, overrides_, verbose, identity_) {
    .Call(`_Rblpapi_bdp_Impl`, con_, securities, fields, options_, overrides_, verbose, identity_)
}

bds_Impl <- function(con_, securities, field, options_, overrides_, verbose, identity_) {
    .Call(`_Rblpapi_bds_Impl`, con_, securities, field, options_, overrides_, verbose, identity_)
}

getPortfolio_Impl <- function(con_, securities, field, options_, overrides_, verbose, identity_) {
    .Call(`_Rblpapi_getPortfolio_Impl`, con_, securities, field, options_, overrides_, verbose, identity_)
}

beqs_Impl <- function(con, screenName, screenType, group, pitdate, languageId, verbose = FALSE) {
    .Call(`_Rblpapi_beqs_Impl`, con, screenName, screenType, group, pitdate, languageId, verbose)
}

blpConnect_Impl <- function(host, port, app_name_) {
    .Call(`_Rblpapi_blpConnect_Impl`, host, port, app_name_)
}

#' This function retrieves the version of Bloomberg API headers.
#'
#' @title Get Bloomberg library header version
#' @return A string with four dot-separated values for major, minor,
#' pathch and build version of the headers.
#' @author Dirk Eddelbuettel
#' @seealso \code{getRuntimeVersion}
#' @examples
#' \dontrun{
#'    getHeaderVersion()
#' }
getHeaderVersion <- function() {
    .Call(`_Rblpapi_getHeaderVersion`)
}

#' This function retrieves the version of Bloomberg API run-time.
#'
#' @title Get Bloomberg library run-time version
#' @return A string with four dot-separated values for major, minor,
#' pathch and build version of the run-time library.
#' @author Dirk Eddelbuettel
#' @seealso \code{getHeaderVersion}
#' @examples
#' \dontrun{
#'    getRuntimeVersion()
#' }
getRuntimeVersion <- function() {
    .Call(`_Rblpapi_getRuntimeVersion`)
}

bsrch_Impl <- function(con, domain, limit, verbose = FALSE) {
    .Call(`_Rblpapi_bsrch_Impl`, con, domain, limit, verbose)
}

fieldSearch_Impl <- function(con, searchterm) {
    .Call(`_Rblpapi_fieldSearch_Impl`, con, searchterm)
}

getBars_Impl <- function(con, security, eventType, barInterval, startDateTime, endDateTime, options, verbose = FALSE) {
    .Call(`_Rblpapi_getBars_Impl`, con, security, eventType, barInterval, startDateTime, endDateTime, options, verbose)
}

fieldInfo_Impl <- function(con_, fields) {
    .Call(`_Rblpapi_fieldInfo_Impl`, con_, fields)
}

getTicks_Impl <- function(con, security, eventType, startDateTime, endDateTime, setCondCodes = TRUE, verbose = FALSE) {
    .Call(`_Rblpapi_getTicks_Impl`, con, security, eventType, startDateTime, endDateTime, setCondCodes, verbose)
}

lookup_Impl <- function(con, query, yellowKeyFilter = "YK_FILTER_NONE", languageOverride = "LANG_OVERRIDE_NONE", maxResults = 20L, verbose = FALSE) {
    .Call(`_Rblpapi_lookup_Impl`, con, query, yellowKeyFilter, languageOverride, maxResults, verbose)
}

subscribe_Impl <- function(con_, securities, fields, fun, options_, identity_) {
    .Call(`_Rblpapi_subscribe_Impl`, con_, securities, fields, fun, options_, identity_)
}

Try the Rblpapi package in your browser

Any scripts or data that you put into this service are public.

Rblpapi documentation built on Sept. 30, 2024, 5:08 p.m.