update forex and stock pricing

This commit is contained in:
Asim Aslam
2022-01-10 15:35:01 +00:00
parent 153a4e404d
commit cf7b2bf35a
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
"Crypto.News": 1000,
"Crypto.Price": 2000,
"Crypto.Quote": 2000,
"Crypto.History": 3500
"Crypto.History": 5000
},
"display_name": "Crypto"
}

View File

@@ -5,7 +5,7 @@
"pricing": {
"Forex.Price": 2000,
"Forex.Quote": 2000,
"Forex.History": 3500
"Forex.History": 5000
},
"display_name": "Forex"
}

View File

@@ -5,8 +5,8 @@
"pricing": {
"Stock.Price": 2000,
"Stock.Quote": 2000,
"Stock.History": 3500,
"Stock.OrderBook": 3500
"Stock.History": 5000,
"Stock.OrderBook": 5000
},
"display_name": "Stocks"
}