PipsPerBar (Get Method)

Gets the value of "Pips per bar" property.

double  PipsPerBar() const

Return Value

Value of "Pips per bar" property of the object assigned to the class instance. If there is no object assigned, it returns EMPTY_VALUE.

PipsPerBar (Set Method)

Sets new value for "Pips per bar" property.

bool  PipsPerBar(
   double  ppb      // pips per bar
   )

Parameters

ppb

[in]  New value for "Pips per bar" property.

Return Value

true - successful, false - cannot change the property.