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