Tags: When I place an order with tags

Saleem
When I place an order with tags, i dont see that tag associated with that instrument in Console app. Am I doing something wrong??
This is the my code..
Dictionary response = kite.PlaceOrder(
Exchange: Constants.EXCHANGE_NSE,
TradingSymbol: symbol,
TransactionType: Constants.TRANSACTION_TYPE_BUY,
Quantity: quantity,
Price: price,
Product: product,
OrderType: order_type,
Validity: validity,
SquareOffValue: 0,
StoplossValue: 0,
Variety: Constants.VARIETY_REGULAR,
Tag: "apollo");
Tagged:
Sign In or Register to comment.