Add the following settings to Environment/appSettings.config
in each server (adjust the values to your preferences):
SendCommission
: Sends Commission info in Execution Reports. (true
/false
)
SendCounterparty
: Sends ContraBroker info in Execution Reports. (true
/false
)
SendTradeId
: Sends TradeID in Execution Reports. (true
/false
)
SendOnBehalfOfCompIDAsCounterparty
: Determines if the FIX engine sends OnBehalfOfCompID (Tag 115) as the ContraBroker (Tag 375) in Execution Reports. (true
/false
)
<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
<add key="IntroducingSystem" value="FIX.EMSX" /> |
<add key="IntroducingSystem" value="FIX.FA" /> |
<add key="IntroducingSystem" value="FIX.NyFix" /> |