Caplin FXIntegrationAPI Documentation - Version 8.3.0

Message Builder Example - NDFLegFields

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

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

public class NDFLegFieldsExample {
    public static void main(String[] args) {
                    		
		QuotePartsDef.NDFLegFields nDFLegFields =
		QuotePartsDef.NDFLegFields
			.newBuilder()
			.setFixingDate("20150620")
			.build();
            
    }
}