Ejemplo n.º 1
0
 public ActualActual(ActualActual.Convention c) : this(NQuantLibcPINVOKE.new_ActualActual__SWIG_0((int)c), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public ActualActual(ActualActual.Convention c, Schedule schedule) : this(NQuantLibcPINVOKE.new_ActualActual__SWIG_0((int)c, Schedule.getCPtr(schedule)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public SingleCase(ActualActual.Convention convention, Date start, Date end, double result)
 {
     _convention = convention;
     _start      = start;
     _end        = end;
     _refStart   = new Date();
     _refEnd     = new Date();
     _result     = result;
 }
Ejemplo n.º 4
0
 public SingleCase(ActualActual.Convention convention, Date start, Date end, double result)
 {
     _convention = convention;
     _start = start;
     _end = end;
     _refStart = new Date();
     _refEnd = new Date();
     _result = result;
 }