API Support Forum
OEC API > API Support > Bar.UpVolume, DownVolume, UpTicks, DownTicks
Author Topic: Bar.UpVolume, DownVolume, UpTicks, DownTicks
(3 messages, Page 1 of 1)
Moderators: VPfau
MMike94
Posts: 13
Joined: Nov 19, 2009


Posted: Feb 25, 2011 @ 02:04 PM             Msg. 1 of 3
The API documentation for the Bar class (as used in the OnBarsReceived event) shows that each Bar has values for UpVolume, DownVolume, UpTicks and DownTicks.

However in C# when I type"." and the pop up shows what methods are availalbe in a Bar object, those properties are not shown. (Volume and Ticks are shown.)

So is the documentation wrong or do I have an old/bad dll?

Thanks

Paul
VictorV
Posts: 746
Joined: May 08, 2007


Posted: Feb 25, 2011 @ 02:40 PM             Msg. 2 of 3
Because we still have not estiblished a regular process of updating our samples, it is better way to get the latest dlls from OEC Trader installations.

Victor Vins
Software Developer
MMike94
Posts: 13
Joined: Nov 19, 2009


Posted: Feb 25, 2011 @ 02:55 PM             Msg. 3 of 3
Yep, that solved the problem -- Thanks!

Paul