NAME

Protocol::TWS::Request - API requests

VERSION

version 0.000_01

SYNOPSIS

my $request = Protocol::TWS::Request::reqCurrentTime->new;
$tws->call($request, sub { print (shift)->time });

DESCRIPTION

Data structures for API requests. See http://www.interactivebrokers.com/php/apiUsersGuide/apiguide.htm#apiguide/c/class_eclientsocket_functions.htm.

SUBCLASSES

Protocol::TWS::Request::calculateImpliedVolatility
Protocol::TWS::Request::calculateOptionPrice
Protocol::TWS::Request::cancelCalculateImpliedVolatility
Protocol::TWS::Request::cancelCalculateOptionPrice
Protocol::TWS::Request::cancelFundamentalData
Protocol::TWS::Request::cancelHistoricalData
Protocol::TWS::Request::cancelMktData
Protocol::TWS::Request::cancelMktDepth
Protocol::TWS::Request::cancelNewsBulletins
Protocol::TWS::Request::cancelOrder
Protocol::TWS::Request::cancelRealTimeBars
Protocol::TWS::Request::cancelScannerSubscription
Protocol::TWS::Request::exerciseOptions
Protocol::TWS::Request::placeOrder
Protocol::TWS::Request::replaceFA
Protocol::TWS::Request::reqAccountUpdates
Protocol::TWS::Request::reqAllOpenOrders
Protocol::TWS::Request::reqAutoOpenOrders
Protocol::TWS::Request::reqContractDetails
Protocol::TWS::Request::reqCurrentTime
Protocol::TWS::Request::reqExecutions
Protocol::TWS::Request::reqFundamentalData
Protocol::TWS::Request::reqGlobalCancel
Protocol::TWS::Request::reqHistoricalData
Protocol::TWS::Request::reqIds
Protocol::TWS::Request::reqManagedAccts
Protocol::TWS::Request::reqMarketDataType
Protocol::TWS::Request::reqMktData
Protocol::TWS::Request::reqMktDepth
Protocol::TWS::Request::reqNewsBulletins
Protocol::TWS::Request::reqOpenOrders
Protocol::TWS::Request::reqRealTimeBars
Protocol::TWS::Request::reqScannerParameters
Protocol::TWS::Request::reqScannerSubscription
Protocol::TWS::Request::requestFA
Protocol::TWS::Request::setServerLogLevel

AUTHOR

Uwe Voelker <uwe@uwevoelker.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Uwe Voelker.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.