redi .net api performance (sending orders)
I created 100 orders and difference between timestamp of first order and last order is 24 seconds.
When I send 500 stocks in the portfolio trader, it takes less than a second to send all.
what am i doing wrong? I am simply calling the following function 100 times with change in prices by penny.
public void SendOrder(string sym, string side, int quantity, double price, string exch, string acct)
{
ORDER hOrder = new ORDER();
Object err = null;
Object result;
hOrder.Side = side;
hOrder.Symbol = sym;
hOrder.Quantity = quantity>1000.0? quantity=1: quantity;
hOrder.PriceType = "Limit";
hOrder.Price = price;
hOrder.Exchange = exch;
hOrder.TIF = "Day";
hOrder.Ticket = "Bypass";
hOrder.Account = acct;
hOrder.ClientData = string.Format("RAPI{0}", c);
c++;
result = hOrder.Submit(err);
}
Best Answer
-
Hi
Sending orders via Portfolio Trader and the API order entry are different. The latter sends orders one by one, which could take that long for 100 orders.
We have a FIX API available, which is faster. I suggest reaching out to your account manager for more info to see if it would work with your workflow.
Thanks,
Brian
0
Answers
-
Instead of using Submit method, if we used Submit2 , will it send faster?. as per document, submit2 is async menthod .
0 -
0
-
it was faster but still took 6 seconds or so.
0 -
Additionally, while sending through REDI API my REDI app froze for half a minute.
0 -
I think you should try a FIX API as mentioned by Brian.Mullane.
0 -
I am having a similar problem as newuser. Each individual order takes 2 seconds to register on REDIPlus, i.e 10 orders takes 20 seconds. I have the REDIFix and I am using Submit2. From my analysis it seems that it takes REDIPlus 2 seconds to send me a confirmation message for each order.
What are the recommended solutions?
0 -
I've noticed that I am possibly running an old version of REDIPlus but need confirmation for this. I am running:
Version 16.1.0
File Version 11.0.123.40.40
Build 10:09:19 Aug 5 2016.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 48 Data Fusion
- 34 Data Model Discovery
- 689 Datastream
- 1.4K DSS
- 627 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 559 WebSocket API
- 39 FX Venues
- 15 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 24 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 278 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 23 RDMS
- 2K Refinitiv Data Platform
- 707 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 106 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 95 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛