Skip to content

Commit

Permalink
Feature: download specification (#1740)
Browse files Browse the repository at this point in the history
* feat: download specification

* replace: IndexOption to Forex in terminal link config
  • Loading branch information
Romazes authored May 2, 2024
1 parent 98a36ee commit b6bc702
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions Resources/brokerages/terminal-link/terminallink.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,42 @@
}
],
"order-types": ["Market", "Limit", "Stop Market", "Stop Limit"],
"assets": ["Equity", "Equity Options", "Futures", "Index Options"],
"assets": ["Equity", "Equity Options", "Futures", "Forex"],
"brokerage-url": "https://www.lean.io/terminal-link",
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/bloomberg-emsx"
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/bloomberg-emsx",
"module-specification": {
"download": {
"data-types": [
"Trade",
"Quote"
],
"resolutions": [
"Tick",
"Second",
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Equity",
"Option",
"Future",
"Forex"
],
"markets": [
"USA",
"NYMEX",
"CME",
"Oanda",
"SGX",
"CBOT",
"NYMEX",
"COMEX",
"ICE",
"CBOE",
"CFE",
"Globex"
]
}
}
}

0 comments on commit b6bc702

Please sign in to comment.