public class DailyCandle extends Candle
Candle
.
DailyCandle
event has the following properties in addition to Candle
openInterest
- open interest;
MAX_SEQUENCE
REMOVE_EVENT, SNAPSHOT_BEGIN, SNAPSHOT_END, SNAPSHOT_MODE, SNAPSHOT_SNIP, TX_PENDING
Constructor and Description |
---|
DailyCandle()
Creates new daily candle with default values.
|
DailyCandle(CandleSymbol eventSymbol)
Creates new daily candle with the specified candle event symbol.
|
Modifier and Type | Method and Description |
---|---|
long |
getOpenInterest()
Returns open interest.
|
void |
setOpenInterest(long openInterest)
Changes open interest.
|
String |
toString()
Returns string representation of this daily candle.
|
getAskVolume, getAskVolumeAsDouble, getBidVolume, getBidVolumeAsDouble, getClose, getCount, getEventFlags, getEventSymbol, getEventTime, getHigh, getImpVolatility, getIndex, getLow, getOpen, getSequence, getSource, getTime, getVolume, getVolumeAsDouble, getVWAP, setAskVolume, setAskVolumeAsDouble, setBidVolume, setBidVolumeAsDouble, setClose, setCount, setEventFlags, setEventId, setEventSymbol, setEventTime, setHigh, setImpVolatility, setIndex, setLow, setOpen, setSequence, setTime, setVolume, setVolumeAsDouble, setVWAP
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEventId
public DailyCandle()
public DailyCandle(CandleSymbol eventSymbol)
eventSymbol
- candle event symbol.Copyright © 2002-2019 Devexperts LLC. All Rights Reserved.