API Support » Price Class miss previous day close price. Any way to get it from API? Aug 02, 2010 @ 11:02 PM (Total replies: 3) | |||||
I'd like to get the previous day's settlement price (via the API COM library). I see that if I use RequestBars() to request a bar for the entire previous day, I get a single bar that goes from market open to market close. Is that bar's Close member the official settlement price? If so, how long do I need to wait until after the market closes to request that bar, to know that I'm getting the official settlement price? Randy Alsip |
|||||
API Support » SubscribeBars(): docs say 4 params, COM intf only has 3 Jun 07, 2010 @ 05:48 PM (Total replies: 1) | |||||
SubscribeBars() in the docs says it takes 4 parameters, but the OneLink API COM prototype only takes 3 (i.e., the obsolete version). How do I get the version I want? http://www.openecry.com/api/api/OEC.API.OECClient.SubscribeBars_overloads.html Randy Alsip |