Caplin FXIntegrationAPI Documentation - Version 8.5.0

Message Builder Example - AllocationCommonFields

package com.caplin.examples.fxapi.generated.motif.fx.rates.QuotePartsDef; 

import com.caplin.generated.motif.fx.rates.QuotePartsDef;

public class AllocationCommonFieldsExample {
    public static void main(String[] args) {
                    		
		QuotePartsDef.AllocationCommonFields allocationCommonFields =
		QuotePartsDef.AllocationCommonFields
			.newBuilder()
			.setNetBuySell("")
			.setNetDealtAmount("1000000")
			.build();
            
    }
}