public class CoordinatedVariationTrajectoryState
extends java.lang.Object
Constructor and Description |
---|
CoordinatedVariationTrajectoryState(double dblTime,
double dblHoldings,
double dblTradeRate,
double dblCost,
double dblMarketState)
CoordinatedVariationTrajectoryState Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
cost()
Retrieve the Trajectory State Time Node Cost
|
double |
holdings()
Retrieve the Trajectory State Time Node Holdings
|
double |
marketState()
Retrieve the Trajectory Time Node Market State
|
double |
time()
Retrieve the Trajectory State Time Node
|
double |
tradeRate()
Retrieve the Trajectory State Time Node Trade Rate
|
public CoordinatedVariationTrajectoryState(double dblTime, double dblHoldings, double dblTradeRate, double dblCost, double dblMarketState) throws java.lang.Exception
dblTime
- The Time InstantdblHoldings
- The HoldingsdblTradeRate
- The Trade RatedblCost
- The Accumulated CostdblMarketState
- The Current Market Statejava.lang.Exception
- Thrown if the Inputs are Invalidpublic double time()
public double holdings()
public double cost()
public double tradeRate()
public double marketState()