diff options
Diffstat (limited to 'legs.pxd')
| -rw-r--r-- | legs.pxd | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |
