Learn R Programming

orderbook (version 1.0)

orderbook-class: Class "orderbook"

Description

Functions for manipulating and extractiong information from an orderbook

Arguments

Objects from the class

Objects can be created by calls to the function orderbook

Examples

Run this code
library(orderbook)

filename <- system.file("extdata", "sample.txt",
                        package = "orderbook")

ob <- orderbook(file = filename)
ob <- read.orders(ob, 500)

show(ob)
summary(ob)
display(ob)

Run the code above in your browser using DataLab