public class OrderSpecification
extends java.lang.Object
| Constructor and Description |
|---|
OrderSpecification(double dblSize,
double dblMaxExecutionTime)
OrderSpecification Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
maxExecutionTime()
Retrieve the Maximum Allowed Execution Time
|
double |
size()
Retrieve the Order Size
|
public OrderSpecification(double dblSize,
double dblMaxExecutionTime)
throws java.lang.Exception
dblSize - The Size of the OrderdblMaxExecutionTime - The Maximum Allowed Execution Time of the Orderjava.lang.Exception - Thrown if the inputs are Invalid