The most recent content from our members.
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.
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.…
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?
Using Python I can get my current positions, but I am having trouble getting account wide values. e.g. BuyingPower, ExcessEquity. Any suggestions?
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…
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…
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…
It looks like you're new here. Sign in or register to get started.