public class FXForwardBuilder
extends java.lang.Object
Constructor and Description |
---|
FXForwardBuilder() |
Modifier and Type | Method and Description |
---|---|
static FXForward |
CreateFXForward(CurrencyPair ccyPair,
JulianDate dtEffective,
JulianDate dtMaturity)
Create the FXForward object from Currency Pair, effective date, and maturity.
|
static FXForward |
CreateFXForward(CurrencyPair ccyPair,
JulianDate dtEffective,
java.lang.String strTenor)
Create the FXForward object from Currency Pair, effective date, and tenor.
|
static FXForward |
FromByteArray(byte[] ab)
Create a FXForward Instance from the byte array
|
public static final FXForward CreateFXForward(CurrencyPair ccyPair, JulianDate dtEffective, JulianDate dtMaturity)
ccyPair
- Currency PairdtEffective
- JulianDate effectivedtMaturity
- Maturitypublic static final FXForward CreateFXForward(CurrencyPair ccyPair, JulianDate dtEffective, java.lang.String strTenor)
ccyPair
- Currency PairdtEffective
- JulianDate effectivestrTenor
- String tenorpublic static final FXForward FromByteArray(byte[] ab)
ab
- Byte Array