NAME

StockTrade - High Level Stock Trade API


SYNOPSIS

  use Finance::StockTrade;
  use Finance::BrokerGeneric;
  my $broker = new Finance::BrokerGeneric;
  my $trader = new Finance::StockTrade;

  $trader->broker($broker);

  $trader->login;
  $trader->logoff;


DESCRIPTION

StockTrade provides a consistent API for talking to Brokers. Using a ``Trader'' (as illustrated above) insulates you from having to know exactly how a particular Broker works.


METHODS

See the Finance::StockTrade manual for more information.

login

Does just what you'd think. (logon is a synonym for login)

logout

Does just what you'd think. (logoff is a synonym of logoff)


BUGS

There are no known bugs yet. Of course, there is so little code that I wouldn't know what to call a bug at this point.


AUTHOR AND COPYRIGHT

Copyright 1998, Jeremy D. Zawodny <jzawodn@wcnet.org>

Finance::StockTrade is covered under the GNU Public License (GPL) version 2 or later.


VERSION

$Revision: 1.5 $