-
REDI API Simulator
Is there are particular algorithm that is used in the REDI test simulator for filling orders? We are testing and seeing funny fill behavior, so we need to understand how and why we are receiving particular fills.
-
REDI API C# OrderCache duplicate messages
Based on my logging, it appears I am receiving duplicate CacheControl (Ordercache) order/fill events. 2024-05-13 07:59:31,035 [4] INFO OrdMgr - Processing order. Symbol[TME] OrdRefKey[gS012391133] Memo[] Status[Complete] ExecQty[200] ExecPrice[13.6] ... ... 2024-05-13 07:59:31,358 [4] INFO OrdMgr - Processing order.…
-
When modifying an order, does the Order Ref Key change?
I am using the REDI C# Order API and modifying an existing order. When I receive the CacheControlAction for this order, the Order Ref Key has changed. Is this expected and normal behavior to receive a new Order Ref Key for a modified order?
-
How do I get BuyingPower from Redi API
Using Python I can get my current positions, but I am having trouble getting account wide values. e.g. BuyingPower, ExcessEquity. Any suggestions?
-
For the C# REDI API, how do I get the previous day's closing price?
I am using the REDIConsole1 sample application, and added what I thought was the previous close price column name, but it always is returning 0. I see the previous close price (PCls) in the Montage II window. ... PCls = GetCell(quoteCache, row, "PCls", out errCode).ToString(); ... Output is always empty: Symbol=TSLA…
-
Redi API not showing positions
I have the Redi API running but it's only showing values for 2 positions and others are giving a Ref error. This is despite the Ref column being a copy paste of ticker format from the Redi portal itself. I have spoken to customer service multiple times they have not been able to resolve this. I have also used the Redi API…
-
Order will not submit. Results is always and null
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 =…
-
Cannot install registry setting for REDI API
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…
-
Quote for stock and options
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?
-
How do I setup Excel to pull in quotes and trade with Redi?
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…
-
Where can I see a list of fields available for REDI API that can be used in Excel?
Where can I see a list of fields available for REDI API that can be used in Excel?
-
Cell referencing using Redi API
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…
-
Not sure why certain values are not getting returned in Excel. Is there a capacity limit?
=RediLink|'L1'!'8411.T;ADV5' This is returning zero. Does this mean an underlying table has not updated or something?
-
REDI API L1 Market Data Close/Last
Hello Community, This question is related to REDI API L1 Market Data, Python, Windows. Would appreciate clarification re price data provided under "Close" and "Last", on tick Level granularity (Bid/Ask) and on bar Level granularity (OHLC). We are unclear as to which of these fields provide the Adjusted Close prices. Thank…
-
REDI Order Entry: Formulating Commissions
Hello Community, This is related to REDI API Python on Windows, wind32com. (i) Is there a way to preset commissions in a REDI.Order such as o.Commissions? If not, (ii) Is there a way to formulate Commissions in REDI, whether as part of a Ticket or as a Doneaway entry to complement a "specific order/trade". (iii) While we…