Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Order.OrderId - value can change?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Order.OrderId - value can change?

    Documentation for Order.OrderID states: "A string representing the broker issued order id value (this value can change)"


    Can I reliably reference orders by OrderID? During what condition would an OrderId value of an order change?

    Thanks.

    #2
    Hello martyn73,

    As an example, NinjaTrader creates an order object and assigns this a temporary internal orderid. Then transmits the order submission the broker. The broker will create an order on their system and will generate a different order id they use to track on their end. When the order is accepted, the temporary id saved with the local order object changes to the id received back from the broker.

    In general using signal names to assign order objects from OnOrderUpdate is the guided way, but depending on when you are saving the order id (such as after the order is accepted), it may or may not be ok to track orders using the orderid.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks for that clarification. And are there any issues with referencing Order.Id?

      Comment


        #4
        Hello martyn73 ,

        The Order.Id is not documented but I am not seeing this change.

        If you are finding this is not working please let me know and I will do some testing.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by algospoke, 04-17-2024, 06:40 PM
        5 responses
        46 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by arvidvanstaey, Today, 02:19 PM
        1 response
        4 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by mmckinnm, Today, 01:34 PM
        3 responses
        5 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by f.saeidi, Today, 01:32 PM
        2 responses
        8 views
        0 likes
        Last Post f.saeidi  
        Started by alifarahani, 04-19-2024, 09:40 AM
        9 responses
        55 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X