sharePrice method

C sharePrice(
  1. double value
)

Implementation

C sharePrice(double value) {
  return patchState(MatexBaseCoreState(sharePrice: sanitizeDouble(value)));
}