Closed cyleefrank closed 2 years ago
calling _quote_ctx.modify_user_security("A", ModifyUserSecurityOp.DEL, stock_list) will remove stock_list not just from group "A". It will remove stock_list from all other groups
ModifyUserSecurityOp.DEL would do this indeed. if you don't want to DEL the stock from watchlist, you can use ModifyUserSecurityOp.MOVE_OUT
calling _quote_ctx.modify_user_security("A", ModifyUserSecurityOp.DEL, stock_list) will remove stock_list not just from group "A". It will remove stock_list from all other groups