summaryrefslogtreecommitdiffstats
path: root/date.pxd
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2016-07-05 16:17:00 -0400
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2016-07-05 16:17:00 -0400
commitbb4f70641a04afc5a72037b91937bad8ba8d1080 (patch)
tree57f67bae1cd08727522be3f9158246f954a87e99 /date.pxd
parent34368d0b4a8ec83335d41237eae84ae83e749070 (diff)
downloadpyisda-bb4f70641a04afc5a72037b91937bad8ba8d1080.tar.gz
function to convert dcc to string
Diffstat (limited to 'date.pxd')
-rw-r--r--date.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/date.pxd b/date.pxd
index 867893b..b84d9e5 100644
--- a/date.pxd
+++ b/date.pxd
@@ -2,6 +2,7 @@ from cpython cimport datetime as c_datetime
cdef extern from "isda/yearfrac.h":
int JpmcdsStringToDayCountConv(char* day_count, long* type)
+ char* JpmcdsFormatDayCountConv(long dayCountConv)
cdef long dcc(str day_count) except -1