I'm now using mtpro2. However, I prefer the brackets from newtxmath. I think it is more coherent with Chinese. How can I extract the brackets { and } from newtxmath? It seems to be a tremendous amount of work..
\documentclass[12pt,a4paper,openany,fleqn]{book}
\usepackage[margin=2cm, top=2cm]{geometry}
\usepackage[subscriptcorrection,nofontinfo,zswash,mtphrb]{mtpro2}
\usepackage{amsmath}
\begin{document}
$\{x\mid 3x+2y<6\},~\left\{\frac{y}{x}\mid x\in\mathbb{Q},~y\in\mathbb{Q}\right\}$
\end{document}

