public class VolumeTimeFrame extends GenericIncrement
Constructor and Description |
---|
VolumeTimeFrame(double dblTemporal,
double dblBrownian,
double dblVolatility,
double dblHoldings,
double dblTradeRate)
VolumeTimeFrame Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
holdings()
Retrieve the Holdings
|
double |
tradeRate()
Retrieve the Trade Rate
|
double |
transactionCostIncrement(CoordinatedVariation cv)
Generate the Transaction Cost Increment
|
deterministic, stochastic, wander
public VolumeTimeFrame(double dblTemporal, double dblBrownian, double dblVolatility, double dblHoldings, double dblTradeRate) throws java.lang.Exception
dblTemporal
- The Temporal IncrementdblBrownian
- The Brownian IncrementdblVolatility
- The VolatilitydblHoldings
- Current HoldingsdblTradeRate
- Current Trade Ratejava.lang.Exception
- Thrown if the Inputs are Invalidpublic double holdings()
public double tradeRate()
public double transactionCostIncrement(CoordinatedVariation cv) throws java.lang.Exception
cv
- The Coordinated Variation Parametersjava.lang.Exception
- Throw if the Inputs are Invalid