Caplin FXIntegrationAPI Documentation - Version 8.4.0

Message Builder Example - CommonBlotterFields

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

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

public class CommonBlotterFieldsExample {
    public static void main(String[] args) {
                    		
		BlotterPartsDef.CommonBlotterFields commonBlotterFields =
		BlotterPartsDef.CommonBlotterFields
			.newBuilder()
			.setBaseCurrency("USD")
			.setIsAmendable("")
			.setIsCancellable(true)
			.setIsReversible(true)
			.setStatus("AWAITING-PRICE")
			.setTradingType("")
			.build();
            
    }
}