The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

WIDGET HIERARCHY

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

    Gtk2::Widget
      Gtk2::Misc
        Gtk2::Label
          App::Chart::Gtk2::RawLatest

DESCRIPTION

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

FUNCTIONS

App::Chart::Gtk2::RawLatest->new (key=>value,...)

Create and return a new RawLatest widget.

PROPERTIES

symbol (string, default none)

The stock symbol whose latest record to display.

SEE ALSO

App::Chart::Gtk2::RawDialog