Add the following settings to Environment/appSettings.config in each server (adjust the values to your preferences):

	<add key="SendCommission" value="true" />
	<add key="SendCounterparty" value="true" />
	<add key="SendTradeId" value="true" />
	
	<!--Determines whether the FIX engine should send the OnBehalfOfCompID (Tag 115) as the ContraBroker (Tag 375) in Execution Reports-->
	<add key="SendOnBehalfOfCompIDAsCounterparty" value="true" />

Server-Specific IntroducingSystem: Determines the the introducing system sent to OMS

Bloomberg

<add key="IntroducingSystem" value="FIX.EMSX" />

Kodiak

<add key="IntroducingSystem" value="FIX.FA" />

NyFix

<add key="IntroducingSystem" value="FIX.NyFix" />