Working with Instruments
Overview
The section describes the Forex Connect Lite API Instruments related commands.
- Available Instruments: This sub page teaches how to get a list of available instruments that can be traded using the FCLite API. It explains the parameters and the response format of the command.
- Subscribed Instruments: This sub page teaches how to get a list of subscribed instruments that the user has access to. It also explains the parameters and the response format of the command.
- Instrument Subscriptions: This page teaches how to subscribe to or unsubscribe from instruments, which are the financial products that can be traded using the FCLite API. It explains the syntax and parameters of the subscribe and unsubscribe commands, and provides examples of how to use them.
- Instrument By Symbol: This sub page teaches how to get an instrument using its symbol, which is a unique identifier for each instrument. It also explains the parameters and the response format of the command.
- Instrument Search: This sub page teaches the different methods to search for an instrument, not only by using the
Instrumentclass. - Instrument Details: This sub page teaches how to access the different attributes of an instrument using the built in methods of the
Instrumentobject.
| Table of Contents | |
|---|---|
| Get Available Instruments The article teaches how to get a list of available instruments. |
|
| Get Subscribed Instruments The article teaches how to get a list of subscribed instruments. |
|
| Subscribe to Instruments API Command used to subscribe and unsubscribe to/from an instrument |
|
| Get Instrument By Symbol The article teaches how to get an instrument using its symbol. |
|
| Search for Instruments API Command used to search for an instrument |
|
| Instrument Details API Command used to get the details of an instrument |