Skip to content

Commit

Permalink
docs: Describe IG epic
Browse files Browse the repository at this point in the history
  • Loading branch information
bennycode committed Jan 25, 2021
1 parent 3c18fae commit 89cb5dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ console.info(`Your client ID is "${session.clientId}".`);
- [IG REST Trading API Reference](https://labs.ig.com/rest-trading-api-reference)
- [IG API Companion](https://labs.ig.com/sample-apps/api-companion/index.html)

### IG instrument identifier (epic)

Breakdown for "IX.D.DOW.DAILY.IP":

| Symbol | Description | Example
| --- | --- | --- |
| IX | Hours of trading | "[Index Out of Hours](https://www.ig.com/uk/out-of-hours-trading)"
| D | Tradability | "D" when tradeable
| DOW | Underlying market | "Dow Jones"
| DAILY | Indicator for method of processing | "Daily" funded bet
| IP | Asset type | "Intellectual Property"

## Development Setup

You can get up and running in just a few simple steps:
Expand Down

0 comments on commit 89cb5dd

Please sign in to comment.