示例#1
0
 public Stock()
 {
     Symbol         = string.Empty;
     Name           = string.Empty;
     HistoricalData = null;
     Country        = new Singapore();
 }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Singapore obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#3
0
文件: Singapore.cs 项目: minikie/test
 public Singapore(Singapore.Market m) : this(NQuantLibcPINVOKE.new_Singapore__SWIG_0((int)m), true) {
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }
示例#4
0
文件: Singapore.cs 项目: minikie/test
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Singapore obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }