Description Usage Arguments Details Value Examples
get current capital status.
1 | querycapital(instrumentids = NULL)
|
instrumentids |
specifying instrumentids to be queried, return total capital status if instrumentids=NULL, default NULL. |
return a data.frame of current capital status, each row of the data.frame representing an instrument, if instrumentids is not NULL, querycapital will return the capital status specified by instrumentids.
a data.frame of all specified instruments' current status
1 2 3 4 5 6 7 | ## Not run:
## get total capital status
querycapital()
## get capital status of TF1603 and T1603
querycapital(instrumentids=c("TF1603","T1603"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.