public class ComponentTickQuote extends Serializer
NULL_SER_STRING, VERSION
Constructor and Description |
---|
ComponentTickQuote()
Empty ComponentTickQuote constructor
|
ComponentTickQuote(byte[] ab)
ComponentQuote de-serialization from input byte array
|
ComponentTickQuote(java.lang.String strProductID,
ComponentQuote cq,
java.lang.String strCounterParty,
java.lang.String strSource,
boolean bIsMark)
ComponentTickQuote constructor
|
Modifier and Type | Method and Description |
---|---|
Serializer |
deserialize(byte[] ab)
De-serialize from a byte array.
|
java.lang.String |
getCollectionKeyValueDelimiter()
Returns the Collection Key Value Delimiter String
|
ComponentQuote |
getComponentQuote()
Retrieve the Component Quote
|
java.lang.String |
getCounterParty()
Retrieve the Counter Party
|
java.lang.String |
getFieldDelimiter()
Returns the Field Delimiter String
|
java.lang.String |
getObjectTrailer()
Returns the Object Trailer String
|
java.lang.String |
getProductID()
Retrieve the Product ID
|
java.lang.String |
getSource()
Retrieve the Quote Source
|
boolean |
isMark()
Indicate whether the quote may be treated as a mark
|
byte[] |
serialize()
Serialize into a byte array.
|
getCollectionMultiLevelKeyDelimiter, getCollectionRecordDelimiter
public ComponentTickQuote()
public ComponentTickQuote(java.lang.String strProductID, ComponentQuote cq, java.lang.String strCounterParty, java.lang.String strSource, boolean bIsMark) throws java.lang.Exception
strProductID
- Product IDcq
- Product QuotestrCounterParty
- Counter PartystrSource
- Quote SourcebIsMark
- TRUE => This Quote may be treated as a Markjava.lang.Exception
- Thrown if inputs are invalidpublic ComponentTickQuote(byte[] ab) throws java.lang.Exception
ab
- Byte Arrayjava.lang.Exception
- Thrown if ComponentQuote cannot be properly de-serializedpublic java.lang.String getCollectionKeyValueDelimiter()
Serializer
getCollectionKeyValueDelimiter
in class Serializer
public java.lang.String getFieldDelimiter()
Serializer
getFieldDelimiter
in class Serializer
public java.lang.String getObjectTrailer()
Serializer
getObjectTrailer
in class Serializer
public java.lang.String getProductID()
public ComponentQuote getComponentQuote()
public java.lang.String getSource()
public java.lang.String getCounterParty()
public boolean isMark()
public byte[] serialize()
Serializer
serialize
in class Serializer
public Serializer deserialize(byte[] ab)
Serializer
deserialize
in class Serializer