Caplin FXIntegrationAPI Documentation - Version 8.5.0

Message Builder Example - InterventionBlotterFields

package com.caplin.examples.fxapi.generated.motif.mm.blotter.BlotterPartsDef; 

import com.caplin.generated.motif.mm.blotter.BlotterPartsDef;

public class InterventionBlotterFieldsExample {
    public static void main(String[] args) {
                    		
		BlotterPartsDef.InterventionBlotterFields interventionBlotterFields =
		BlotterPartsDef.InterventionBlotterFields
			.newBuilder()
			.setCompetition("")
			.setDealable("")
			.setIntervenerUsername("head_trader@novobank.co.za")
			.setSource("WMR 8am London Time")
			.setTradeStatus("AWAITING-PRICE")
			.build();
            
    }
}