INNER CODE UNIT · Go
_
aleibovici/cryptopump · main.go:436
_ = mysql.UpdateSession( /* Update database with available fiat funds */
configData,
sessionData)
}
/* Retrieve available symbol funds
This is only used for retrieving balances for the first time, ans is then followed by
the Websocket routine to retrieve realtime user data */
sessionData.SymbolFunds, err = exchange.GetSymbolFunds(configData, sessionData)
/* Retrieve exchange lot size for ticker and store in sessionData */
exchange.GetLotSize(configData, sessionData)
sum := 0
for {
/* Check start/stop times of operation */
if configData.TimeEnforce { /* If TimeEnforce is true */