Caplin FXIntegrationAPI Documentation - Version 8.3.0

Message Builder Example - NettingComponents

package com.caplin.examples.fxapi.generated.motif.fx.settlementinstructions.SettlementInstructionsPartsDef; 

import com.caplin.generated.motif.fx.settlementinstructions.SettlementInstructionsPartsDef;

public class NettingComponentsExample {
    public static void main(String[] args) {
                    		
		SettlementInstructionsPartsDef.NettingComponents nettingComponents =
		SettlementInstructionsPartsDef.NettingComponents
			.newBuilder()
			.setAmount("0")
			.setBuySell("")
			.setTradeID("00001561")
			.build();
            
    }
}