FXCMRTD
Language
Visual Basic 6
API Version
Order2Go v01.02.052307
Description
This is an ActiveX DLL that can be used with the Excel RTD function. It used the Order2Go COM API to log into an account and makes various topics in the dealing rates window available through RTD.
Usage
The DLL should be saved locally, such as to C:\WINDOWS\System32. It should then be registered. To do this:
- Click Start > Run...
- Type in "regsvr32 "
- Type in the exact location of the DLL. So you will have something like : regsvr32 C:\WINDOWS\system32\FXCMRTD.dll
- Click enter and you should get a message that the DLL was registered successfully.
You can then open Excel and use the RTD function, which is used in the form:
=RTD("FXCMRTD.RTDFunctions",,Currency, Topic, Username, Password, Connection)
*Please note the second parameter is intentionally left blank.
The connection would be "Demo" or "Real", depending on the type of account you would like to get the information from.
Topics can be any of:
- Bid
- Ask
- High
- Low
- IntrS
- IntrB
- ContractSize
- Digits
- Time
Updated
Jul, 23 2007