It looks like you're new here. If you want to get involved, click one of these buttons!
net10.0 as the previous net6.0 target reached end-of-life.Install-Package Tech.Zerodha.KiteConnect -Version 5.0.0dotnet add package Tech.Zerodha.KiteConnect --version 5.0.0
kite.PlaceOrder(
Exchange: Constants.Exchange.NSE,
TradingSymbol: "INFY",
TransactionType: Constants.Transaction.Buy,
Quantity: 1,
OrderType: Constants.OrderType.Market,
Product: Constants.Product.MIS,
MarketProtection: Constants.MarketProtection.Auto // or specify a custom percentage (1-100)
);