public class CandleShadowBuffer extends AbstractBuffer<ICandleDataSet>
| Constructor and Description |
|---|
CandleShadowBuffer(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
feed(ICandleDataSet data)
Builds up the buffer with the provided data and resets the buffer-index
after feed-completion.
|
public void feed(ICandleDataSet data)
AbstractBufferfeed in class AbstractBuffer<ICandleDataSet>