summaryrefslogtreecommitdiffstats
path: root/legs.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'legs.pxd')
-rw-r--r--legs.pxd5
1 files changed, 4 insertions, 1 deletions
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: