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