Hi, Could you provide a sample on how to pull an FX quote using Excel? After reading the DDE usage guide, i tried =RediLink|FXQ!'AUD/USD;CROSS,SB' which will return the pair in the first cell (as desired) and then zero as the spot bid. It does the same when i replace SB with SA for spot ask. Thanks
I'm using the CacheControl object in the REDI API to subscribe to trade events. There are 5 documented values of the "Action" parameter: My question is: What is the purpose of the 'Delete' and the 'Release' actions? Why would I want to delete an order from the trade history? I can look at OrdStat to get the status of the…
Firstly, I want to get RediOrderID from my Python. After i run the script of ordersending as : msg = win32com.client.VARIANT(win32com.client.pythoncom.VT_BYREF | win32com.client.pythoncom.VT_VARIANT, None) res = o.Submit(msg) The returned result as res have value only "True" or "False" but i expect to get OrderID. Then i…
... (we're a hedge fund that buys and sells Calls/Puts) Looking for someone who knows how to use REDI / REDI Plus well. If you could show us how to best use the program for our options trading. We are willing to pay for a lesson or two.
I'm developing a C# app to work with the REDI API. It uses the CacheControl object to subscribe to CacheEvents, and I've used your example as a starting point: https://github.com/Refinitiv-API-Samples/Example.REDI.CSharp.Examples/tree/master/REDIConsoleOrders One of the data fields in each CacheEvent is called "Date". My…
Hi, I'm developing a C# app to work with the REDI API, and I've used your example as a starting point: https://github.com/Refinitiv-API-Samples/Example.REDI.CSharp.Examples/tree/master/REDIConsoleOrders When I monitor the CacheControl events that are triggered, I see numerous events with Action == 7: But this is…
Downloaded the Python script provided in the FTP, however, when I tried to run the Python program, named ‘Order Entry – Equities Futures.py’, it gave me the following error messages: File "C:\Users\Admin\anaconda3\lib\site-packages\win32com\client\dynamic.py", line 89, in _GetGoodDispatch IDispatch =…
The dotnet library for Redi is targeting runtime v2.0.50727 / x86 and framework v3.5 (circa 2002!) Being 32 bit, and against the framework, it prevents ANY application using it from being written in .net core (which is the direction for all dotnet development going forward since 5+ years ago) Is there an update or anything…
Hello! I am using the C# example programs (REDIConsoleOrders from Github) as a template, and I am trying to subscribe to all system behavior for a group a traders. That is working as expected. I am, however, confused about the names used to denote the "cells" available when calling CacheControl.GetCell. I have written a…
I try to run automate trade via Python for a few days, and i got the REDIPlus Application self shutdown around 5p.m. of exchange time. I want to know does the application self shutdown everyday and when will the program self-shutdown? and how can i get any shutdown message via python?
It looks like you're new here. Sign in or register to get started.