QuantLib python mirror functions questions

Posted by Shuo Wang-2 on
URL: http://quantlib.414.s1.nabble.com/QuantLib-python-mirror-functions-questions-tp5983.html

Hi,

will all the functions of a python class be mirror all functions in a C++ class?
when i try to use the Schedule class in python, it claims it doesnt
have those attributes documented here

http://quantlib.org/reference/class_quant_lib_1_1_schedule.html

I am trying something like this

 schedule = QuantLib.Schedule(settlementDate, maturity,
                                        QuantLib.Period(5,
QuantLib.Years), China(),
                                        QuantLib.Unadjusted,
QuantLib.Unadjusted,
                                        QuantLib.DateGeneration.Forward, False)
print schedule.dates()


--
王硕
邮箱:[hidden email]
Whatever your journey, keep walking.

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users