You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
375 B

class Greeks
{
double _dRho = 111.0;
int _dTheoretical = 22222.0;
double _dTheta = 3333333.0;
double _dTimeValue = 0.0;
double _dVega { 0.0 };
double _dVolatility { 0.0 };
double _dPvDiv = 0.0;
}
double sdf[6] = { 5.0, 6, 6, 34, 324, 5 };
int fsaf[6] = { 5, 6, 6, 34, 324, 5 };
char msa[3] { 6, 5, 3 };
int y[3] { 6, 5, 3 };