entryPrice method

C entryPrice(
  1. double price
)

Implementation

C entryPrice(double price) {
  return patchState(MatexBaseCoreState(entryPrice: sanitizeDouble(price)));
}