NAME
App::Chart::LatestHandler -- latest quotes download handler object
SYNOPSIS
use App::Chart::LatestHandler;
FUNCTIONS
App::Chart::LatestHandler->new (...)-
Create and register a new intraday image handler. The return is a new
App::Chart::LatestHandlerobject, though usually this is not of interest (only all the handlers later withhandlers_for_symbolbelow).my $pred = App::Chart::Sympred::Suffix->new ('.NZ'); App::Chart::LatestHandler->new (pred => $pred, proc => \&latest_download); App::Chart::LatestHandler->handler_for_symbol ($symbol)-
Return the
App::Chart::LatestHandlerobject which handles$symbol, or return undef if none. App::Chart::LatestHandler->download ($symbol_list, $extra_list)