public class CreditAnalyticsRequest extends Serializer
NULL_SER_STRING, VERSION
Constructor and Description |
---|
CreditAnalyticsRequest(byte[] ab)
CreditAnalyticsRequest de-serialization from input byte array
|
CreditAnalyticsRequest(Component comp,
ValuationParams valParams,
PricerParams pricerParams,
ComponentMarketParams cmp,
QuotingParams quotingParams)
CreditAnalyticsRequest constructor
|
Modifier and Type | Method and Description |
---|---|
Serializer |
deserialize(byte[] ab)
De-serialize from a byte array.
|
ComponentMarketParams |
getCMP()
Retrieve the Component Market Parameters
|
Component |
getComponent()
Retrieve the Component
|
java.lang.String |
getFieldDelimiter()
Returns the Field Delimiter String
|
java.lang.String |
getID()
Retrieve the Request ID
|
java.lang.String |
getObjectTrailer()
Returns the Object Trailer String
|
PricerParams |
getPricerParams()
Retrieve the Pricer Parameters
|
QuotingParams |
getQuotingParams()
Retrieve the Quoting Parameters
|
java.lang.String |
getTimeSnap()
Retrieve the Time Snap
|
ValuationParams |
getValuationParams()
Retrieve the Valuation Parameters
|
static void |
main(java.lang.String[] astrArgs) |
byte[] |
serialize()
Serialize into a byte array.
|
getCollectionKeyValueDelimiter, getCollectionMultiLevelKeyDelimiter, getCollectionRecordDelimiter
public CreditAnalyticsRequest(byte[] ab) throws java.lang.Exception
ab
- Byte Arrayjava.lang.Exception
- Thrown if CreditAnalyticsRequest cannot be properly de-serializedpublic CreditAnalyticsRequest(Component comp, ValuationParams valParams, PricerParams pricerParams, ComponentMarketParams cmp, QuotingParams quotingParams) throws java.lang.Exception
comp
- ComponentvalParams
- Valuation ParameterspricerParams
- Price Parameterscmp
- Component market ParametersquotingParams
- Quoting Parametersjava.lang.Exception
- Thrown if the inputs are not validpublic java.lang.String getID()
public java.lang.String getTimeSnap()
public Component getComponent()
public ValuationParams getValuationParams()
public PricerParams getPricerParams()
public ComponentMarketParams getCMP()
public QuotingParams getQuotingParams()
public java.lang.String getFieldDelimiter()
Serializer
getFieldDelimiter
in class Serializer
public java.lang.String getObjectTrailer()
Serializer
getObjectTrailer
in class Serializer
public byte[] serialize()
Serializer
serialize
in class Serializer
public Serializer deserialize(byte[] ab)
Serializer
deserialize
in class Serializer
public static final void main(java.lang.String[] astrArgs) throws java.lang.Exception
java.lang.Exception