API Support Forum
OEC API > API Support > 6EU3 No Price Change Data
Author Topic: 6EU3 No Price Change Data
(4 messages, Page 1 of 1)
Moderators: VPfau
JGagnon
Posts: 95
Joined: Apr 11, 2011


Posted: Jun 09, 2013 @ 06:28 PM             Msg. 1 of 4
I believe 6EU3 should have become the front month tonight.

We are not receiving any price change data for 6EU3 so far.

Can someone respond as to what is going on please?

John Gagnon
JGagnon
Posts: 95
Joined: Apr 11, 2011


Posted: Jun 10, 2013 @ 08:33 AM             Msg. 2 of 4
Not receiving any price change data for all of the following:

    6EU3
    6AU3
    6BU3
    6CU3
    6JU3
    6SU3
    6MU3
    6NU3
    DX-MU3


This is the event being captured:
OEC.API.OnPriceChangedEvent(this.oecClient1_OnPriceChanged);

Our code should be sound since we are still receiving price change notifications for the following:

    ESM3
    NQM3
    YMM3


John Gagnon
CMicciche902
Posts: 348
Joined:


Posted: Jun 10, 2013 @ 12:27 PM             Msg. 3 of 4
Please check your list again, some markets are updating:

6AU3
6BU3
6JU3
6SU3
DX-MU3

I will reported markets still affected in Developer environment.

Chris M
JGagnon
Posts: 95
Joined: Apr 11, 2011


Posted: Jun 10, 2013 @ 12:32 PM             Msg. 4 of 4
Hi Chris,

There is no price change data coming through for any of the 5 symbols you listed.

I want to emphasize we are collecting price change data and not tick data using the event:

OEC.API.OnPriceChangedEvent(this.oecClient1_OnPriceChanged);

We are receiving price change data for:

ESM3
NQM3
YMM3

so I don't think it is our implementation that is faulty. I have not verified this with the sample OEC applications, if I launch that it would interrupt our flow of the 3 symbols above.

John Gagnon