When retrieving information using excel vba from the redi position table, an error is encountered. The error is something to the effect of "automation error". Sometimes it happens after a few hundred rows. Sometimes after ten thousand rows. But it always happens at some point.
I am trying to submit a test order via C#. I am always getting success = false and err = null FWIW. I can place orders via the REDIPlus > Montage Monitor. Also, I can read Positions via my C#. So I know my code is ok. ORDER ptOrder = new ORDER(); Object err = null; bool success; ptOrder.Symbol = "IBM"; ptOrder.Side =…
While following Quick Start | Devportal (refinitiv.com), I saw in step 5: "Install registry settings for API from following FTP site. sftp.redi.com/api.reg". However, that link does not work. It seems like this is required to be able to use the REDI python API. Without it, this code gives me the error "Invalid class…
Very basic skills in VBA. Looking for something very simple: Cell A1 is a stock symbol or option symbol Cell A2 is bid Cell A3 is ask Cell A4 is last trade Any help?
We are a commodity trading company that started using Redi and would like to use excel to managed GTC standing offers for customers and trade our position and purchases. Can someone help with the formulas or the how to an setting up excel for both parts? One, with getting the quotes and actions to trade from excel, and…
Hi, I'm accessing the REDI API using python on Windows 11. I'm trying to send a VWAP order and I want to include custom algo specifications including Start Time, End Time, and Exec Style. These fields are documented in the REDI API Specifications in section 3.1.6 Algorithm Order Entry, but I don't know how to implement…
Where can I see a list of fields available for REDI API that can be used in Excel?
I had looked at an previous answer provided in which the user had to create a function (Eval) as part of the process. I did this but it doesnt consistently return values. I wonder if there might be a better way that is now available as that solution was written a few years back =RediLink|'L1'!'1605.T;BP,DH,DL' so for…
=RediLink|'L1'!'8411.T;ADV5' This is returning zero. Does this mean an underlying table has not updated or something?
I am new the Redi API and I apologize for my questions if they are too naive. Q1: must I use Windows OS in order to use the Redi python API? Q2: Is the Redi python API stable enough to handle 10K+ trades per day without crashing? Thank you for sharing your knowledge and I really appreciate it!
It looks like you're new here. Sign in or register to get started.