public class ProductTick
extends java.lang.Object
| Constructor and Description |
|---|
ProductTick()
Empty ProductTick constructor
|
ProductTick(java.lang.String strProductID,
ProductQuote pq,
java.lang.String strCounterParty,
java.lang.String strSource,
boolean bIsMark)
ProductTick constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
counterParty()
Retrieve the Counter Party
|
boolean |
isMark()
Indicate whether the quote may be treated as a mark
|
java.lang.String |
productID()
Retrieve the Product ID
|
ProductQuote |
productQuote()
Retrieve the Product Quote
|
java.lang.String |
source()
Retrieve the Quote Source
|
public ProductTick()
public ProductTick(java.lang.String strProductID,
ProductQuote pq,
java.lang.String strCounterParty,
java.lang.String strSource,
boolean bIsMark)
throws java.lang.Exception
strProductID - Product IDpq - Product QuotestrCounterParty - Counter PartystrSource - Quote SourcebIsMark - TRUE - This Quote may be treated as a Markjava.lang.Exception - Thrown if inputs are invalidpublic java.lang.String productID()
public ProductQuote productQuote()
public java.lang.String source()
public java.lang.String counterParty()
public boolean isMark()