示例#1
0
 public static string Name(this InvestorField field)
 {
     if (field == null)
     {
         return(string.Empty);
     }
     return(PInvokeUtility.ReadString(field.InvestorName));
 }
示例#2
0
 void IXSpi.ProcessQryInvestor(InvestorField investor, bool last)
 {
     InvestorReceived?.Invoke(this, investor, last);
 }