setOpenPrice method

void setOpenPrice(
  1. double d
)

Setter for _openPrice

Implementation

void setOpenPrice(double d) {
  _openPrice = d;
}