Caplin FXIntegrationAPI Documentation - Version 8.9.0

Message Builder Example - SalesSwapSyntheticComponentTradeConfirmationFields

package com.caplin.examples.fxapi.generated.motif.fx.tradeconfirmation.TradeConfPartsDef; 

import com.caplin.generated.motif.fx.tradeconfirmation.TradeConfPartsDef;

public class SalesSwapSyntheticComponentTradeConfirmationFieldsExample {
    public static void main(String[] args) {
                    		
		TradeConfPartsDef.SalesSwapSyntheticComponentTradeConfirmationFields salesSwapSyntheticComponentTradeConfirmationFields =
		TradeConfPartsDef.SalesSwapSyntheticComponentTradeConfirmationFields
			.newBuilder()
			.setTraderSwapPoints("0.004211")
			.build();
            
    }
}