Caplin FXIntegrationAPI Documentation - Version 6.2.0
Message Builder Example - SwapPartnerLegTradeConfirmationFields
package com.caplin.examples.fxapi.generated.motif.fx.tradeconfirmation.TradeConfPartsDef;
import com.caplin.generated.motif.fx.tradeconfirmation.TradeConfPartsDef;
public class SwapPartnerLegTradeConfirmationFieldsExample {
public static void main(String[] args) {
TradeConfPartsDef.SwapPartnerLegTradeConfirmationFields swapPartnerLegTradeConfirmationFields =
TradeConfPartsDef.SwapPartnerLegTradeConfirmationFields
.newBuilder()
.setSwapPartnerInputLegID("")
.setSwapPartnerNettedLegID("")
.build();
}
}