Skip to content

Commit

Permalink
Removes TSLAX symbol conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Jan 28, 2021
1 parent 7125c15 commit dadf568
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dxfeed-secondary/src/endpoint/price.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const commonSymbols: { [key: string]: string } = {
N225: 'NKY.IND:TEI',
FTSE: 'UKX.IND:TEI',
TSLA: 'TSLA.US:TEI',
TSLAX: 'TSLA:BFX',
}

export const execute: ExecuteWithConfig<Config> = async (request, config) => {
Expand Down
1 change: 0 additions & 1 deletion dxfeed/src/endpoint/price.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const commonSymbols: { [key: string]: string } = {
N225: 'NKY.IND:TEI',
FTSE: 'UKX.IND:TEI',
TSLA: 'TSLA:BFX',
TSLAX: 'TSLA.US:TEI',
}

export const execute: ExecuteWithConfig<Config> = async (request, config) => {
Expand Down

0 comments on commit dadf568

Please sign in to comment.