InitRTTWebApiHost {RTTWebClient} | R Documentation |
Init RTTWebApiHost
Description
Init RTTWebApiHost
Usage
InitRTTWebApiHost(
server = "ttlivewebapi.fxopen.com",
port = 8443L,
id = NULL,
key = NULL,
secret = NULL
)
Arguments
server |
a character. Web Address. |
port |
an integer. Port Number. Default is 8443 |
id |
a character. HMAC client id. |
key |
a character. HMAC client key. |
secret |
a character. HMAC secret key. |
Value
RTTWebApiHost ref class.
[Package RTTWebClient version 0.1.3 Index]