コード例 #1
0
 public static string Name(this InvestorField field)
 {
     if (field == null)
     {
         return(string.Empty);
     }
     return(PInvokeUtility.ReadString(field.InvestorName));
 }
コード例 #2
0
ファイル: XSpi.cs プロジェクト: zhuzhenping/QuantBoxXProvider
 void IXSpi.ProcessQryInvestor(InvestorField investor, bool last)
 {
     InvestorReceived?.Invoke(this, investor, last);
 }