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?
how can i plot the order flow foot prints in chart
What field in the C# Order Update shows the amount filled for that update (i.e. partial fill qty)? Something like "FillQty". I am already getting ExecQuantity (this is the sum of all the fills up to this point) and Lvs (quantity remaining to get filled). I can do the math but would prefer the amount filled for this…
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 =…
Hi I can currently only get the average price of trades using =RediLINK|MSG!'SS;ds,es,tq,tp' through DDE to excel. How can I pull the individual trades, times, RIC, Display Account, ExeQTY etc? Thanks
Cash RFQ - What order types are available?
Hi I am developing integration for CircleK using Oracle SOA technology. I have found, that API: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes is sensitive to field order. This is working: { "ExtractionRequest": { "@odata.type":…
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?
I have a trouble setting ClientData which I'd like to use for cancelling orders. When I create an order, I do see "ClientData" field set on CacheControlActions.Add/Update events. However, the following call does not cancel the order. theApp.CancelOrder(clientdata,ref err); Additionally when I restart the app this…
I have the following code but it throws type mismatch. object err = null; rediCache.Submit("Message", "Status==0 || Status==1 || Status==2 || Status==3", ref err); rediCache.CancelByKey(redi_user_id, "gS01568314", ref err); System.Runtime.InteropServices.COMException: 'Type mismatch. (Exception from HRESULT: 0x80020005…
It looks like you're new here. Sign in or register to get started.