The most recent content from our members.
Hi! Are there any subscription volume limitations for the RFA.NET example?
ORDER hOrder = new ORDER(); Object err = null; Object result; hOrder.Side = "Buy"; hOrder.Symbol = "A"; hOrder.Quantity = "1"; hOrder.PriceType = "Market"; hOrder.Exchange = "DEMO DMA"; hOrder.TIF = "Day"; hOrder.Price = "88.00"; hOrder.Ticket = "Bypass"; hOrder.Account = "DEMO"; result = hOrder.Submit(ref err);…
When placing orders via RediPlus or via the RediPlus API no orders are executing. Orders are able to be placed yet nothing will execute. I have multiple destinations (exchanges) available yet orders submitted with any choice remain active and not executed. I've placed orders at the market and competing limit orders that…
How can i get demo client code used in this video https://www.youtube.com/watch?v=FUj3f8xEUBs
I am setting up a configuration in DDS to demo, and then after few minutes I am kicked out, and need to start all over again.
I've already examined World-Check One API docs and now I would like to integrate it to our product(payment system) for test purposes(before going to production). Can you please provide it(access to TR WC1 demo environment) for us? (I've already spent a lot of time trying to get it from TR, please understand me right)
How long does it take for a build to be deployed to DEMO once it's completed in CI?
It looks like you're new here. Sign in or register to get started.