Extraxt bid and ask data from time series objects.
Usage
Bid(x, ...)
# S3 method for data.frame
Bid(x, ...)
# S3 method for xts
Bid(x, ...)
# S3 method for olinda_df
Bid(x, ...)
Ask(x, ...)
# S3 method for data.frame
Ask(x, ...)
# S3 method for xts
Ask(x, ...)
# S3 method for olinda_df
Ask(x, ...)
Examples
if (FALSE) {
x <- get_currency("EUR", "2018-06-22", "2018-06-28")
Bid(x)
Ask(x)
}