myFinCenter variable
options-myFinCenter.Rd
A character string with the name of my financial center.
Note
Can be modified by the user to his/her own or any other financial
center. The default is "GMT"
. To list all supported
financial centers use the function listFinCenter
.
Examples
## myFinCenter - the global setting currently used:
getRmetricsOptions("myFinCenter")
#> myFinCenter
#> "GMT"
## Change to another Financial center:
# setRmetricsOptions(myFinCenter = "Zurich")
## Do not care about DST ...
# setRmetricsOptions(myFinCenter = "GMT")