private void Process211010()
 {
     m_mainForm.lvAcctInfo2.Items[0].SubItems[1].Text = m_mainForm.Commify(m_iYuantaAPI.YOA_GetTRFieldDouble("211010", "OutBlock1", "elw_dptamt", 0));
     m_mainForm.lvAcctInfo2.Items[0].SubItems[3].Text = m_mainForm.Commify(m_iYuantaAPI.YOA_GetTRFieldDouble("211010", "OutBlock1", "elw_bas_dpt_amt", 0));
 }