API Support Forum
User Profile

Viewing User Profile for: IIvanus


About

May 14, 2009 12:00 AM

Dec 11, 2009 10:55 AM

Sep 22, 2010 08:34 AM



Post Statistics
IIvanus has contributed to 7 posts out of 5593 total posts (0.13%) in 5460 days (0.00 posts per day).

20 most recent posts:

Market Data » Subscription and limits Dec 11, 2009 @ 10:55 AM (Total replies: 1)

Is there any limit for number of Subscription for prices?

I have subscribed for 70+(liquid) instruments.
( call OECAPI()->Subscribe(contract) , and return in all cases is S_OK).

But I have prices not for all of them.

Ivanus Treneov

Market Data » Problems with Subscribe Nov 27, 2009 @ 03:00 AM (Total replies: 1)

After i call Subscribe() - i have reiceved OnPriceChanged events but bid and ask is old. In OEC Trader - all ok.
For example today morning 6EZ9 is 149.48 149.50, but it is not correct price. And price not changed after reconnect.

Some symbols work properly, but with some i have such problem.
Also i have no OnPriceTick calls.

Also time from GetLastDateTime() in Price I'v recieved in OnPriceChanged - is not correct(it is old).
p.s. I am not using Remoting.
It is in Demo enviroment.




Ivanus Treneov
Edited by IIvanus on Nov 27, 2009 at 03:01:15
Edited by IIvanus on Nov 27, 2009 at 03:43:50
Edited by IIvanus on Nov 27, 2009 at 04:02:18

API Support » How to get bid and ask prices for FX? Aug 27, 2009 @ 04:08 AM (Total replies: 1)

Hello. I have a problem.
I need to get real-time market data(bid,ask) for FX instruments.
At first I tryed to call Subscribe, but have no OnPriceChanged calls.
(it works for all non-fx instruments)

Then I tryed to use SubscribeTicks, and have OnTicksReceived.
But how can I get ask price and bid price from ITicksPtr?

Ivanus Treneov

API Support » Forex Instruments Aug 03, 2009 @ 03:11 AM (Total replies: 2)

All ok. I have futures account with no FX, so I cannot find them)))

Ivanus Treneov

API Support » Forex Instruments Jul 31, 2009 @ 05:03 AM (Total replies: 2)

Hello. How can I subscribes to FX instruments(like EUR/USD, GBP/USD) using OEC API?

I tryed to find them in API but have failed.

Ivanus Treneov

API Support » About contracts subscribing Jun 09, 2009 @ 12:00 AM (Total replies: 2)

Hello.
at first sorry for my english.

I have problems with requesting and subscribing contracts.
Also sample "CppComSample" is not working.

I am getting contract from OECAPI()->BaseContracts succesfuly.

and then i am trying to request it:
OECAPI()->RequestContracts(contract);
and returned value is S_OK.

But after that i am trying this:
OECAPI()->Subscribe(OECAPI()->Contracts->GetByIndex(0));
and have error.

P.s. and few months ago it was working.

Ivanus Treneov

API Support » About contracts subscribing Jun 09, 2009 @ 12:00 AM (Total replies: 2)

Ohh... It works!!
Thank you.

Ivanus Treneov