kombat003 / trader-dss

Automatically exported from code.google.com/p/trader-dss
0 stars 0 forks source link

create a 'security' subclass for stocks/shares #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The subclass would then extended into holdings, trades, watches etc for
those types of info, but would provide all the basic share information.

Name
exchange
first traded date
last traded date
trade range(d1, d2)
# should these include only close prices or daily highs/lows?
max(d1, d2)
min(d1,d2)
# these are arrays for graphing
highs(d1,d2)
lows(d1,d2)
opens(d1,d2)
closes(d1,d2)
trade dates(d1,d2)

Original issue reported on code.google.com by peter.st...@1ab.ltd.uk on 28 Feb 2010 at 9:38

GoogleCodeExporter commented 8 years ago
fixed by r271

Not a good fix, but as good as it will get just now.

Original comment by peter.st...@1ab.ltd.uk on 2 Mar 2010 at 8:00