Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evgeny/instrument_display_name #29

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 26 additions & 9 deletions share/exchange.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,18 @@ CME_OTC:
symbol: CME_OTC
trading_days: weekdays
trading_timezone: America/New_York
CRYPTOCURRENCY:
delay_amount: '0'
display_name: Cryptocurrency
market_times:
partial_trading: {}
standard:
daily_close: 23h59m59s
daily_open: 0s
daily_settlement: 23h59m59s
symbol: CRYPTOCURRENCY
trading_days: everyday
trading_timezone: UTC
DFM:
currency: AED
delay_amount: '1440'
Expand Down Expand Up @@ -1594,15 +1606,20 @@ TSE_S:
symbol: TSE_S
trading_days: weekdays
trading_timezone: Asia/Tokyo
CRYPTOCURRENCY:
delay_amount: '0'
display_name: Cryptocurrency
ICE:
currency: USD
delay_amount: '1440'
display_name: Intercontinental Exchange
market_times:
dst:
daily_close: 20h
daily_open: -2h
daily_settlement: 19h30m
partial_trading: {}
standard:
daily_close: 23h59m59s
daily_open: 0s
daily_settlement: 23h59m59s
symbol: CRYPTOCURRENCY
trading_days: everyday
trading_timezone: UTC
daily_close: 21h
daily_open: -1h
daily_settlement: 20h30m
symbol: ICE
trading_days: weekdays
trading_timezone: America/New_York
Loading