mirror of
https://github.com/Rucknium/TownforgeMMbot.git
synced 2024-11-19 10:13:32 +01:00
38 lines
683 B
R
38 lines
683 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/share-issuer-daemon.R
|
|
\name{share_issuer_daemon}
|
|
\alias{share_issuer_daemon}
|
|
\title{Bot for creating limit orders in response to market movements}
|
|
\usage{
|
|
share_issuer_daemon(
|
|
url.townforged = "http://127.0.0.1:18881/json_rpc",
|
|
url.wallet = "http://127.0.0.1:63079/json_rpc",
|
|
commodity.id,
|
|
bot.account.id,
|
|
loop.sleep.time = 10,
|
|
verbose = FALSE,
|
|
...
|
|
)
|
|
}
|
|
\arguments{
|
|
\item{url.townforged}{TODO}
|
|
|
|
\item{url.wallet}{TODO}
|
|
|
|
\item{commodity.id}{TODO}
|
|
|
|
\item{bot.account.id}{TODO}
|
|
|
|
\item{loop.sleep.time}{TODO}
|
|
|
|
\item{verbose}{TODO}
|
|
|
|
\item{...}{TODO}
|
|
}
|
|
\description{
|
|
Description
|
|
}
|
|
\details{
|
|
TODO
|
|
}
|