R/RcppExports.R

Defines functions write_itch_impl read_itch_impl gzip_file_impl gunzip_file_impl filter_itch_impl count_messages_impl

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

count_messages_impl <- function(filename, max_buffer_size, quiet) {
    .Call('_RITCH_count_messages_impl', PACKAGE = 'RITCH', filename, max_buffer_size, quiet)
}

filter_itch_impl <- function(infile, outfile, start, end, filter_msg_type, filter_stock_locate, min_timestamp, max_timestamp, append, max_buffer_size, quiet) {
    invisible(.Call('_RITCH_filter_itch_impl', PACKAGE = 'RITCH', infile, outfile, start, end, filter_msg_type, filter_stock_locate, min_timestamp, max_timestamp, append, max_buffer_size, quiet))
}

gunzip_file_impl <- function(infile, outfile, buffer_size = 1e9L) {
    invisible(.Call('_RITCH_gunzip_file_impl', PACKAGE = 'RITCH', infile, outfile, buffer_size))
}

gzip_file_impl <- function(infile, outfile, buffer_size = 1e9L) {
    invisible(.Call('_RITCH_gzip_file_impl', PACKAGE = 'RITCH', infile, outfile, buffer_size))
}

read_itch_impl <- function(classes, filename, start, end, filter_msg_type, filter_stock_locate, min_timestamp, max_timestamp, max_buffer_size, quiet) {
    .Call('_RITCH_read_itch_impl', PACKAGE = 'RITCH', classes, filename, start, end, filter_msg_type, filter_stock_locate, min_timestamp, max_timestamp, max_buffer_size, quiet)
}

write_itch_impl <- function(ll, filename, append, gz, max_buffer_size, quiet) {
    .Call('_RITCH_write_itch_impl', PACKAGE = 'RITCH', ll, filename, append, gz, max_buffer_size, quiet)
}
DavZim/RITCH documentation built on Aug. 25, 2024, 8:37 p.m.