public class AssetTransactionSettings
extends java.lang.Object
| Constructor and Description |
|---|
AssetTransactionSettings(double dblPrice,
double dblBackgroundVolume,
double dblBidAskSpread)
AssetTransactionSettings Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
backgroundVolume()
Retrieve the Background Volume
|
double |
bidAskSpread()
Retrieve the Bid-Ask Spread
|
double |
price()
Retrieve the Asset Price
|
public AssetTransactionSettings(double dblPrice,
double dblBackgroundVolume,
double dblBidAskSpread)
throws java.lang.Exception
dblPrice - The Asset PricedblBackgroundVolume - The Background VolumedblBidAskSpread - The Bid-Ask Spreadjava.lang.Exception - Thrown if the Inputs are Invalidpublic double price()
public double bidAskSpread()
public double backgroundVolume()