Class MapSymbolPrice<E extends io.runon.trading.Price>
java.lang.Object
io.runon.trading.backtesting.price.symbol.MapSymbolPrice<E>
- All Implemented Interfaces:
SymbolPrice
- Direct Known Subclasses:
SlippageRatePrice
public abstract class MapSymbolPrice<E extends io.runon.trading.Price>
extends Object
implements SymbolPrice
- Author:
- macle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.runon.trading.backtesting.price.symbol.SymbolPrice
getBuyPrice, getSellPrice
-
Field Details
-
priceMap
-
-
Constructor Details
-
MapSymbolPrice
public MapSymbolPrice()
-
-
Method Details
-
setPrice
-
getPrice
- Specified by:
getPricein interfaceSymbolPrice
-