In production we're getting a "Side is Required" error from the code below however it works fine in the test environment. Any ideas welcome. Thanks! Private Function SendOptionsOrder() As Integer '=============================================================== ' Send diagonal options order to REDI.…
Hi, ORDER.GetExchangeCount() returns a full count of destinations for me but OPTIONORDER.GetExchangeCount() does not. NOTE: I can see the destinations for options orders in the UI. The actual return value of these functions is Empty for ORDER and False for OPTIONORDER. Permissions issue? Thanks
Hi, Is there a way to send a list of located short stocks to Redi to notify it that these stocks are already located? or to send the Request to locate a list of stocks with quantities required. I'm using Python.
I am trading an account that has a dozen or so positions and am trying to get a current list of all of them. I ran a version of the code at https://github.com/Refinitiv-API-Samples/Example.REDI.CSharp.Examples/blob/master/REDIConsolePositions/RediConsolePositions.cs The problem is that I'm not sure how many positions I…
When I create a new ORDER object in c# what values can I put in order.TIF? I tried ORDER order = new ORDER(); order.TIF = "IOC"; but I get an error when I submit: Invalid TIF. Is there a somewhere of what values are valid?
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
Hi all, I'm having trouble getting L1 data for options. Please see code below. GetL1Value() returns true (and the correct price) but GetOptionL1Value() returns false (and no price). I have access to the options data in the UI so I can see the bid/ask in the Option Series window. Is it a permissions thing - maybe a separate…
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
GetOptionL1Value() requires the OPRA code as below:- tmpVal = L1Cache.GetOptionL1Value("VICI M2023D350000", "PUT_AskPrice", askPx) But if I only have the stock+exp+strike how can I find the OPRA code? Is there a lookup function? Thanks
It looks like you're new here. Sign in or register to get started.