NAME
Finance::TWS::Simple::ContractDetails - request contract details
VERSION
version 0.000_01
SYNOPSIS
my $contract = $tws->struct(Contract => {
symbol => 'AAPL',
secType => 'STK',
exchange => 'SMART',
currency => 'USD',
});
my $details = $tws->call(ContractDetails => {contract => $contract});
DESCRIPTION
Search for contracts and/or obtain additional information for contracts (like regular trading hours, exchanges).
PARAMETER
contract
Protocol::TWS::Simple::Struct::Contract object.
RESULT
Arrayref of Protocol::TWS::Simple::Struct::ContractDetails objects. Can be empty (if no matching security was found).
SEE ALSO
http://www.interactivebrokers.com/php/apiUsersGuide/apiguide.htm#apiguide/c/contract.htm, http://www.interactivebrokers.com/php/apiUsersGuide/apiguide.htm#apiguide/c/contractdetails1.htm, Protocol::TWS::Struct::Contract, Protocol::TWS::Struct::ContractDetails
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.