-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyrfa returns different value when comparing with testclient #57
Comments
Hi, this 6614 FID is an enumerate type and translated as the following. Can you check with your testclient's
|
enumtype.def reads exactly the same as listed above. Refinitiv Helpdesk also confirmed that they see " " (undefined) and that matches our finding. |
Can you try to set
To see raw RSSL message and check FID 6614 value. |
It gave this in the console:
<fieldEntry fieldId="6614" data=""/ >
…On Mon, Oct 18, 2021, 12:47 PM Wiwat Tharateeraparb < ***@***.***> wrote:
Can you try to set pyrfa.cfg
\Connections\<Connection_RSSLxxx>\traceMsg = true
To see raw RSSL message and check FID 6614 value.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#57 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWDH624ZTA3EMZIGTQ2V27DUHORFLANCNFSM5GFPWWGQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
FID 6614 shows OD when try with pyrfa when try to subscribe without setting
"traceMsg" to true. And when we try to subscribe data after setting setting
to true, is shows null as I pasted yesterday. could you please let me know
what would be the reason ?
…On Tue, Oct 19, 2021, 5:07 PM Vinesh Unni ***@***.***> wrote:
It gave this in the console:
<fieldEntry fieldId="6614" data=""/ >
On Mon, Oct 18, 2021, 12:47 PM Wiwat Tharateeraparb <
***@***.***> wrote:
> Can you try to set pyrfa.cfg
>
> \Connections\<Connection_RSSLxxx>\traceMsg = true
>
> To see raw RSSL message and check FID 6614 value.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#57 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AWDH624ZTA3EMZIGTQ2V27DUHORFLANCNFSM5GFPWWGQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
>
|
@unnikvin We think this is a bug in the PyRFA decoder. The trace message data shows raw blank data on FID 6614 from the server which I believe is correct. However, we are not able to investigate and fix this mainly because we don't access to real-time Refinitiv anymore. But if this is important to you and need it fixed, we can provide service for that matter. |
Thank you. Yes it is important to us , kindly help to fix it. Thanks.
…On Wed, Oct 20, 2021, 9:14 AM Wiwat Tharateeraparb ***@***.***> wrote:
@unnikvin <https://github.com/unnikvin> We think this is a bug in the
PyRFA decoder. The trace message data shows raw blank data on FID 6614 from
the server which I believe is correct. However, we are not able to
investigate and fix this mainly because we don't access to real-time
Refinitiv anymore. But if this is important to you and need it fixed, we
can provide service for that matter.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#57 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWDH623BTQCVA3NBZURLEXDUHYJXRANCNFSM5GFPWWGQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Please contact support@devcartel.com for assistance. |
Example: For 019490.KS, fID 6614 TRD_STATUS on 13 Oct 2021, the value was blank when using testclient (confirmed correct with helpdesk) however pyrfa was showing as OD (Opening Delay). Please could you explain the difference?
The text was updated successfully, but these errors were encountered: