public class DualStreamComponentBuilder
extends java.lang.Object
| Constructor and Description |
|---|
DualStreamComponentBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static FixFloatComponent |
MakeFixFloat(Stream fixReference,
Stream floatDerived,
CashSettleParams csp)
Make the FixFloatComponent Instance from the Reference Fixed and the Derived Floating Streams
|
static FloatFloatComponent |
MakeFloatFloat(Stream floatReference,
Stream floatDerived,
CashSettleParams csp)
Make the FloatFloatComponent Instance from the Reference and the Derived Floating Streams
|
public static final FixFloatComponent MakeFixFloat(Stream fixReference, Stream floatDerived, CashSettleParams csp)
fixReference - The Reference Fixed StreamfloatDerived - The Derived Floating Streamcsp - Cash Settle Parameterspublic static final FloatFloatComponent MakeFloatFloat(Stream floatReference, Stream floatDerived, CashSettleParams csp)
floatReference - The Reference Floating StreamfloatDerived - The Derived Floating Streamcsp - Cash Settle Parameters