public class Restricted
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
cusip |
int |
incQty |
int |
maxQty |
int |
minQty |
double |
price |
java.lang.String |
quoteType |
java.lang.String |
uniqueQuoteType |
| Constructor and Description |
|---|
Restricted(int i)
Creates a new instance of Restricted
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCusip() |
int |
getMaxQty() |
int |
getMinQty() |
double |
getPrice() |
java.lang.String |
getQuoteType() |
java.lang.String |
getUniqueQuoteType() |