Caplin FXIntegrationAPI Documentation - Version 8.4.0

Message Builder Example - OrderLegAudit

package com.caplin.examples.fxapi.generated.motif.fx.orders.OrderAuditTypesDef; 

import com.caplin.generated.motif.fx.orders.OrderAuditTypesDef;

public class OrderLegAuditExample {
    public static void main(String[] args) {
                    		
		OrderAuditTypesDef.OrderLegAudit orderLegAudit =
		OrderAuditTypesDef.OrderLegAudit
			.newBuilder()
			.setOrderID("")
			.build();
            
    }
}