It appears this type will be passed around quite a bit, so why not decide on making it a concrete?
immutable MarketSignal <: AbstractTimeSeries # currently called AbstractTimeArray
timestamp::Vector{Date{ISOCalendar}}
values::BitVector
colnames::Vector{ASCIIString}
end
It appears this type will be passed around quite a bit, so why not decide on making it a concrete?