Description Usage Arguments Value Author(s)
View source: R/dexr_hl_opsim.R
Run OpSim control manager, schedule service, net simulation, DEX market backend, and EMG clients
1 2 3 4 5 6 7 8 9 10 11 12 13 | hl_opsim(
dexpa,
startmanager = T,
startsservice = T,
startnetsim = T,
emptydb = T,
runemg = T,
basetime = as.numeric(round(strptime("30/09/19 12:00", "%d/%m/%y %H:%M"),
"mins")) * 1000,
outputfile = paste(dexpa$dirs$output$logs, "/", dexpa$sim$id, "/", dexpa$sim$id,
".log", sep = ""),
shutdown = F
)
|
dexpa |
run DEX with OpSIM
Sascha Holzhauer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.