Class SummaryProfile
java.lang.Object
com.motivewave.platform.sdk.profile.Profile
com.motivewave.platform.sdk.profile.VolumeProfile
com.motivewave.platform.sdk.profile.SummaryProfile
- All Implemented Interfaces:
TickOperation
-
Field Summary
Fields inherited from class com.motivewave.platform.sdk.profile.VolumeProfile
maxAskVolume, maxBidVolume, maxDelta, maxRowDelta, maxVolume, minDelta, minRowDelta, minVolume, totalAskVolume, totalBidVolume, totalDelta
Fields inherited from class com.motivewave.platform.sdk.profile.Profile
endTime, firstTick, highPrice, instrument, lastPrice, lastTick, lowPrice, openPrice, rangeTicks, startTime, totalVolume
-
Constructor Summary
ConstructorsConstructorDescriptionSummaryProfile
(long startTime, long endTime, Instrument instr, int rangeTicks) -
Method Summary
Methods inherited from class com.motivewave.platform.sdk.profile.VolumeProfile
calcHVNs, calcLVNs, find, findOrCreate, getAVAP, getDeltaChange, getDeltaPer, getHVNs, getLVNs, getMaxAskVolume, getMaxBidVolume, getMaxDelta, getMaxRowDelta, getMaxVolume, getMinDelta, getMinRowDelta, getMinTradeSize, getMinVolume, getNext, getPOC, getPOCMidpoint, getPrev, getRows, getTicks, getTotalAskVolume, getTotalBidVolume, getTotalDelta, getVAHigh, getVALow, getValueArea, getValueArea, getVolumePerSecond, isComplete, isFilterTrades, isMaxDeltaSet, onTick, setComplete, setFilterTrades, setMinTradeSize, setNext, setPrev, updatePOC
Methods inherited from class com.motivewave.platform.sdk.profile.Profile
getEndTime, getFirstTick, getFirstTime, getHighPrice, getInstrument, getLastPrice, getLastTick, getLastTime, getLowPrice, getMidPrice, getOpenPrice, getRangeTicks, getStartTime, getTotalVolume, setEndTime
-
Constructor Details
-
SummaryProfile
-
-
Method Details
-
isSummary
public boolean isSummary()- Overrides:
isSummary
in classVolumeProfile
-
populate
-