Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Information about multiple orders.

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

    Information about multiple orders.

    What is the best was to access information ablout multiple fills.

    IE Say I have 3 orders filled and I need to access the Average fill price of each order individually how would I do this?

    #2
    Originally posted by GKonheiser View Post
    What is the best was to access information ablout multiple fills.

    IE Say I have 3 orders filled and I need to access the Average fill price of each order individually how would I do this?
    You would assign to IOrders and look at the IOrder.AvgFillPrice for each order.

    Comment


      #3
      Is that the same as the signalName used in SubmitOrder method? if not when would I set this?

      Comment


        #4
        Hello,

        He is referring to tracking the IOrder objects in the script so you can later access their information.

        This is not the same as the SignalName, the IOrder is the return object from the SubmitOrder method.

        If you take a look at the documentation for SubmitOrder there is a example that shows how the IOrder object is used with your SubmitOrder.



        Also there is good information on the IOrder object its self here:



        Using the example from the first link, you could use any of the IOrder specific properties anywhere the variable is accessible.

        I look forward to being of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        630 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        364 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        566 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        568 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X