StockTrade - High Level Stock Trade API
use Finance::StockTrade; use Finance::BrokerGeneric; my $broker = new Finance::BrokerGeneric; my $trader = new Finance::StockTrade;
$trader->broker($broker);
$trader->login; $trader->logoff;
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.
See the Finance::StockTrade manual for more information.
Does just what you'd think. (logon is a synonym for login)
Does just what you'd think. (logoff is a synonym of logoff)
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.
Copyright 1998, Jeremy D. Zawodny <jzawodn@wcnet.org>
Finance::StockTrade is covered under the GNU Public License (GPL) version 2 or later.
$Revision: 1.5 $