achannarasappa / ticker

Terminal stock ticker with live updates and position tracking
GNU General Public License v3.0
5.02k stars 273 forks source link

Convert quote prices from GBp to GBP #195

Closed gpolitis closed 3 years ago

gpolitis commented 3 years ago

Hi there! I've added this code to convert quote prices from GBp (pennies) to GBP for currency conversion to work properly (currently, it does not). I'm not a Go expert so Please let me know if you think another approach is better and/or I should add tests, follow some coding convetion for the project.

I just noticed that maybe https://github.com/achannarasappa/ticker/pull/1 is related.

gpolitis commented 3 years ago

Ah, this isn't good, it messes things up. Closing for now.