docs: add inst getUserTransactionHistory

This commit is contained in:
altffour 2020-05-27 12:52:08 +03:00
parent 8573941ffb
commit 6b0cbebc6a
No known key found for this signature in database
GPG Key ID: F37C0524D5295EA1
2 changed files with 8 additions and 1 deletions

Binary file not shown.

View File

@ -781,7 +781,14 @@ return the `dataFail' instruction.
The `getUserPortfolio' instruction is from the set of data instructions. It
gets the portfolio of a user. Public/Private data returning is based on the
sessionID, i.e if the sessionID is for username all data is returned. On
success, ther server would return the data transfer mechanism. On failure, the
success, the server would return the data transfer mechanism. On failure, the
server would return the `dataFail' instruction.
\subsubsection{getUserTransactionHistroy(sessionID, username)}
The `getUserTransactionHistory' instruction is from the data instructions. It
gets the transaction history of a user. Public/Private data returning is based
on the sessionID, i.e if the sessionID is for username all data is returned. On
success, the server would return teh data transfer mechanism. On failure, the
server would return the `dataFill' instruction.
\end{document}