exitPrice method

C exitPrice(
  1. double price
)

Implementation

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