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
Original issue reported on code.google.com by
peter.st...@1ab.ltd.uk
on 28 Feb 2010 at 9:38