update(int,Iterable<TY>,Iterable<TY>,Iterable<TY>,Iterable<TY>) Method
Updates Open, High, Low and Close values at specified location
Syntax
void update( int index, java.lang.Iterable<TY> open, java.lang.Iterable<TY> high, java.lang.Iterable<TY> low, java.lang.Iterable<TY> close ) |
Parameters
- index
- The index to update at
- open
- The Open values
- high
- The High values
- low
- The Low values
- close
- The close values
See Also