docs: add inst getAssetValueCurrent

This commit is contained in:
altffour 2020-05-27 07:18:05 +03:00 committed by realaltffour
parent 9c224468bc
commit ab5358fdb9
No known key found for this signature in database
GPG Key ID: C1265D839D44DCB1
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -729,4 +729,10 @@ gets the assets information refer to \ref{ds_asset} for the structure of the
data sent back. On success, the server would return using the data transaction
mechanism. On failure, the server would return the `dataFail' instruction.
\subsubsection{getAssetValueCurrent(asset)}
The `getAssetValueCurrent' instruction is from teh set of data instructions. It
gets the latest asset value available in the master server. On success, the
server would return using the data transaction mechanism. On failure, the
server would return the `dataFail' instruction.
\end{document}