
App::Chart::Gtk2::RawLatest -- raw latest quote data display widget

use App::Chart::Gtk2::RawLatest; my $raw = App::Chart::Gtk2::RawLatest->new (symbol => 'FOO');

App::Chart::Gtk2::RawLatest is a subclass of Gtk2::Label.
Gtk2::Widget
Gtk2::Misc
Gtk2::Label
App::Chart::Gtk2::RawLatest

A App::Chart::Gtk2::RawLatest widget displays a raw latest record for a given symbol. It updates with new latest records.

App::Chart::Gtk2::RawLatest->new (key=>value,...)Create and return a new RawLatest widget.

symbol (string, default none)The stock symbol whose latest record to display.
