示例#1
0
 public void SetRange(int index, QuoteVectorVector values)
 {
     NQuantLibcPINVOKE.QuoteVectorVector_SetRange(swigCPtr, index, QuoteVectorVector.getCPtr(values));
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public QuoteVectorVector(QuoteVectorVector other) : this(NQuantLibcPINVOKE.new_QuoteVectorVector__SWIG_1(QuoteVectorVector.getCPtr(other)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }