The most recent content from our members.
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?
Hi Team, I've 3 accounts to send the order via API of r1XXXX5,r1XXXX7 and r1XXXX8. But only r1XXXX5 is work fine, the result message return "true". how can I do with another two account to send the order via API?? here is my code to run for these 3 account import pythoncom import win32com.client # import pyodbc from time…
Hi, I want to trade the attached trade via the REDI API. It's a diagonal options trade with an equity leg. On the UI it becomes a "Custom Eq" trade but that's not a valid entry for COMPLEXORDER.Strategy. Is it possible to structure this kind of order via the API? Thanks
I'm trying to send the diagonal options order below via the API but get Invalid Exchange error. NOTE:- 1. I have successfully entered the exact same order via the UI including destination and account. 2. I can successfully enter a single options order via API using the same account and exchange. Please advise solution -…
DisplayOptionSeries() is available for OPTIONORDERs. I'd like to do the same for COMPLEXORDERs, just set up the order details and send it to the UI and let the user make the final decision on submitting. Is there any way to do this? Thanks
Hello, I am trying to send a Stop Market entry order from excel VBA to REDI Plus, the code is like below, Dim hOrder As New Order hOrder.Symbol ='SQQQ hOrder.Side = "Buy" hOrder.Quantity = 100 hOrder.Exchange = "GSDE Algo" hOrder.PriceType = "SOR GSDE" hOrder.StopPrice = 26.88 hOrder.TIF = TIF hOrder.Account = AccountID…
Is there a way to add display quantity from the REDI API for equity orders?
I am using the excel API to enter orders and it says a Price Type is required and i only have the fields for "Destination" and "Order Type", not Price Type.
I was wondering how I can stop making the Bid, ASK and Last field automatically populate from the REDI API in my order entry tool in excel, it might be coded into the VBA somewhere in the sheet, i am not sure how to fix it
It looks like you're new here. Sign in or register to get started.