The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Protocol::TWS::Struct::BarData - represent an OHLC bar

VERSION

version 0.000_01

DESCRIPTION

This structure is part of Protocol::TWS::Response::historicalData.

INSTANCE VARIABLES

date

Start date of the period.

open

Open price of the period.

high

Highest price of the period.

low

Lowest price of the period.

close

Closing price of the period.

volume

Volume of the period.

average

Weighted average price of the period.

hasGaps

Whether or not gaps are in the data.

barCount

Number of trades (only filled if whatToShow was set to TRADES).

SEE ALSO

http://www.interactivebrokers.com/php/apiUsersGuide/apiguide.htm#apiguide/c/historicaldata.htm

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.