closePrice method
Implementation
C closePrice(double closePrice) {
final sanitizedValue = sanitizeDouble(closePrice);
return patchState(MatexBaseCoreState(closePrice: sanitizedValue));
}
C closePrice(double closePrice) {
final sanitizedValue = sanitizeDouble(closePrice);
return patchState(MatexBaseCoreState(closePrice: sanitizedValue));
}