Unable to place AMO order using publisher

vijay407
vijay407 edited November 2017 in Kite Publisher
I have read somewhere in the forum that publisher supports AMO orders. But when I tried placing the same, I getting the order rejected with reason being "adapter is down.".

I tried placing the AMO order manually from kite and it worked. Can someone from developer team look into this ASAP?



Also below is the publisher snippet being used for AMO:
kite.add({
"exchange": "NSE",
"tradingsymbol": "INFY",
"quantity": 5,
"transaction_type": "BUY",
"order_type": "MARKET",
"order_variety": "amo",
"product": "MIS"
});

  • vijay407
    I have observed today that it is giving same " adapter down" message for normal order as well.
    Please resolve ASAP.
  • Vivek
    @vijay407 Try sending variety with field name variety instead of order_variety.
  • mangeshkadam
    I am also facing the same problem while placing AMO order. Documentation is not clear or no information provided for AMO , FNO orders.
  • sujith
    Hi,
    For placing aftermarket orders, you need to send variety as 'amo' and for placing orders for FNO you can use exchange as 'NFO'.
  • sujith
    You can check out examples here.
    The above examples are in Java, you need to pass same params while placing an order from the publisher.
Sign In or Register to comment.