From 36f6bec51667a7df7606eba7d53879dca54a1575 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Wed, 6 Jul 2016 15:58:45 -0400 Subject: add inspect function for FeeLeg --- legs.pxd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'legs.pxd') diff --git a/legs.pxd b/legs.pxd index 0b1ded3..c9df02b 100644 --- a/legs.pxd +++ b/legs.pxd @@ -9,7 +9,10 @@ cdef extern from "isda/cx.h": pass ctypedef struct TFeeLeg: - pass + int nbDates + TDate* accStartDates + TDate* accEndDates + TDate* payDates cdef extern from "isda/bastypes.h": ctypedef struct TCashFlow: -- cgit v1.2.3-70-g09d2