/
KODIAK FIX Gateways configuration
KODIAK FIX Gateways configuration
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
Bloomberg
<add key="IntroducingSystem" value="FIX.EMSX" />
Kodiak
<add key="IntroducingSystem" value="FIX.FA" />
NyFix
<add key="IntroducingSystem" value="FIX.NyFix" />
, multiple selections available,
Related content
Kodiak FIX Gateway
Kodiak FIX Gateway
More like this
Kodiak OMS Server Installation
Kodiak OMS Server Installation
More like this
KODIAK Oms Failover strategies
KODIAK Oms Failover strategies
More like this
KODIAK Oms Server - Release notes
KODIAK Oms Server - Release notes
More like this
KODIAK Oms - Request For Quote Server
KODIAK Oms - Request For Quote Server
More like this
KODIAK Oms Client - Release Notes
KODIAK Oms Client - Release Notes
More like this