jankcorn / hle-ofx-quotes

Automatically exported from code.google.com/p/hle-ofx-quotes
0 stars 1 forks source link

"Randomized" share count does not always work (only if shares are added) #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think I understand why some of the UK users have success and others still not 
seeing price update. It is related to the “randomized” feature:

. Our initial requirement is that we need to force a transaction to get price 
update. Randomized share count will sometimes force (1) adding shares, 
sometimes force (2) removing shares. Prices appear to update ONLY when shares 
are added (1). If you happens to get a randomize share count that cause a 
removal (2), no price will get updated.

. So for the next build, I will keep a count and keep increment .001 each time 
you do a update and let it wrap around at .999 (I will add a dialog to warn 
when the number is wrap around). If you do update once a date, this will be 
good for another ~2.5 years.

Original issue reported on code.google.com by hle...@gmail.com on 21 Feb 2011 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by hle...@gmail.com on 21 Feb 2011 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by hle...@gmail.com on 26 Feb 2011 at 3:33

GoogleCodeExporter commented 9 years ago
Done.
See: https://code.google.com/p/hle-ofx-quotes/wiki/Build_20110226_001

Original comment by hle...@gmail.com on 26 Feb 2011 at 5:50