Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Order Rejected: Reason ?

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

    Order Rejected: Reason ?

    Hello,

    is there a way in NinjaScript to obtain the message for an order being rejected ? In the order's Table in I can see the reason (eg. "margin not sufficent") when I hover the mouse over the "State" column. I'd like to have that information in the Strategie script.
    See snipplet:

    protected override void OnOrderUpdate(IOrder order)
    {
    if (order.OrderState==OrderState.Rejected {
    string reason = ??? // <---- where to get it?
    }
    ...
    }

    Thanks,
    Toby

    #2
    Hi Toby, you can access the native error info your broker API would report back - http://www.ninjatrader.com/support/h...nt7/iorder.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    388 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    260 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    218 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    302 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    269 views
    0 likes
    Last Post CarlTrading  
    Working...
    X