19 lines
393 B
R
19 lines
393 B
R
% Generated by roxygen2: do not edit by hand
|
|||
|
|
% Please edit documentation in R/indicators.R
|
||
|
|
\name{binance_close}
|
||
|
|
\alias{binance_close}
|
||
|
|
\title{Close a Binance feed}
|
||
|
|
\usage{
|
||
|
|
binance_close(feed)
|
||
|
|
}
|
||
|
|
\arguments{
|
||
|
|
\item{feed}{A \code{wickra_binance_feed} created by \code{\link[=BinanceFeed]{BinanceFeed()}}.}
|
||
|
|
}
|
||
|
|
\value{
|
||
|
|
\code{NULL}, invisibly.
|
||
|
|
}
|
||
|
|
\description{
|
||
|
|
Close a Binance feed
|
||
|
|
}
|
||
|
|
\keyword{internal}
|