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::LatestHandler
object, though usually this is not of interest (only all the handlers later withhandlers_for_symbol
below).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::LatestHandler
object which handles$symbol
, or return undef if none. App::Chart::LatestHandler->download ($symbol_list, $extra_list)