Caplin FXIntegrationAPI Documentation - Version 8.4.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(0)
			.build();
            
    }
}