Learn R Programming

highfrequency (version 1.0.1)

noZeroQuotes: Delete the observations where the bid or ask is zero

Description

Function deletes the observations where the bid or ask is zero.

Usage

noZeroQuotes(qData)

Value

xts object or data.table depending on type of input.

Arguments

qData

an xts or data.table object at least containing the columns BID and OFR.

Author

Jonathan Cornelissen and Kris Boudt.