Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

IOrder.Quantity meaning and behaviour

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

    IOrder.Quantity meaning and behaviour

    I made some research about behavior of IOrder.Quantity
    when performing changes on the order by calling ChangeOrder(..).
    Everything was tested for Unmanaged mode.

    I found that:
    A:
    IOrder.Quantity could be seen like "MaxFillableQuantity" - meaning is it is the max value, where position of the order can grow.

    When calling ChangeOrder(...) there are 2 possible scenarios:
    B1:
    If (parameter Quantity > Filled) -> sets new maximum position that order can reach
    B2
    If (parameter Quantity <= Filled) -> this makes order immediately OrderState.Filled, which is final state and no more changes are possible on such order. It behaves similarly to cancellation of the order.

    What I found new and interesting:
    Very interesting is, that we can sucessfully change Quantity of the existing order to value 0 (or any other value < Filled). In case we see IOrder.Quantity as "MaxFillableQuantity", this is acceptable and makes some sense. But it is really not very intuitive.

    Can you please confirm each one A, B1, B2 they are fully correct or not?
    Last edited by misova; 08-27-2015, 03:33 PM.

    #2
    Hello misova,

    Thank you for your post.

    A) This is correct, the quantity of the order is the maximum total quantity that can fill.

    B) Also correct, changing the quantity of the order will increase the maximum total quantity that can fill.

    B2) Also correct, changing the quantity to less than the current filled amount will cause the orderState of the order to become instantly filled. Any further change attempts will result in an overfill.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    571 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    548 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    549 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X