Python reference: SolveEquationParameters

The class SolveEquationParameters represents the C API structure TSolveEquationParameters. It is used as an optional parameter for the OrcFxAPI module function SolveEquation

Construction

To create an instance of SolveEquationParameters with default attributes:

solveParams = SolveEquationParameters()

Attributes

The attributes of SolveEquationParameters are the same as in TSolveEquationParameters and take the same values.