Idirect-Tech / Breeze-Python-SDK

The official Python client library for the ICICI Securities trading APIs
MIT License
60 stars 30 forks source link

Optionplus order issue . #28

Closed ajit1310 closed 1 year ago

Idirect-Tech commented 1 year ago

Dear Ajit,

If you have given order_type = "Limit" then stoploss = "" is the Stop Loss Trigger Price(SLTP) where stop loss order will be activated and price="" is the limit price where you will supposed to execute your limit order, price will always less than equal to SLTP.

If order_type_fresh = "Market" then the order will be executed at market price and there is no need to give any value at order_rate_fresh, but it if you will choose order_type_fresh="Limit" then you can give a value.


From: Ajit Phusate @.> Sent: Saturday, June 17, 2023 2:52 PM To: Idirect-Tech/Breeze-Python-SDK @.> Cc: Subscribed @.***> Subject: [Idirect-Tech/Breeze-Python-SDK] Optionplus order issue . (Issue #28)

External Email Warning: Use 'Report suspicious Email' button to report Phishing mails. Do not click on any attachment or links/URL in this email unless sender is reliable.

Hi , I am trying to use the "place_order" to place buy order in optionplus . I have few questions for you .

  1. How to decide "price" base of the "stoploss" ?
  2. if the order_type_fresh="Market" , then what is the use of "order_rate_fresh" ?

Thanks , Ajit

— Reply to this email directly, view it on GitHubhttps://github.com/Idirect-Tech/Breeze-Python-SDK/issues/28, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A3TQZ43W3IXP6UDKXQDBDCLXLVZM7ANCNFSM6AAAAAAZKDWW6A. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Print this mail only if absolutely necessary. Save Paper. Save Trees." "The information contained in this e-mail and any attachments to this message are intended for the exclusive use of the intended recipient and may contain proprietary, confidential or legally privileged information. If you are not the intended recipient, please note that you are not authorised to disseminate, distribute or copy this e-mail or any parts of it or act upon/rely on the contents of this e-mail in any manner. Please notify the sender immediately by e-mail and destroy all copies of this e-mail and any attachments. Please also note that ICICI Bank or its subsidiaries and associated companies, (collectively "ICICI Group"), are unable to exercise control or ensure the integrity of/over the contents of the information contained in e-mail transmissions and that any views expressed in this e-mail are not endorsed by/binding on the ICICI Group unless the sender does so expressly with due authority of ICICI Group. Before opening any attachments please check them for viruses and defects and please note that ICICI Group accepts no liability or responsibility for any damage caused by any virus that may be transmitted by this email. Any unauthorized use of this email or any attachment(s) may be treated as infringement of right(s) including right of privacy under the applicable laws of India including Information and Technology Act, 2000. Thank you for your cooperation. Regulatory Disclosures are available on https://www.icicisecurities.com (for institutional business) and www.icicidirect.com (for retail business).

ShrikantOneture commented 1 year ago

closing the issue