Capital Markets Adapters 10.3.1 | Apama Capital Markets Adapters Documentation 10.3.1 | Reuters RFA Adapter | Overriding Default FIDs For TICK/DEPTH generation
 
Overriding Default FIDs For TICK/DEPTH generation
MARKET PRICE request to RMDS gets both TICK/Depth data. But specific set of values are defined in generating TICK/DEPTH.
For example, Price in TICK will be picked from FID 6 in OMM message
Quantity in TICK will be picked from FID 178 in OMM message.
Following are transport properties with the default FIDs,

<property name="Tick.Price" value="6"/> <!-- defaults to TRDPRC_1 -->
<property name="Tick.Quantity" value="178"/> <!-- defaults to TRDVOL_1 -->
Below properties support more than one FID separated by comma
<property name="Depth.BID.Price" value="22"/> <!-- defaults to BID -->
<property name="Depth.BID.Quantity" value="30"/> <!-- defaults to BIDSIZE -->
<property name="Depth.ASK.Price" value="25"/> <!-- defaults to ASK -->
<property name="Depth.ASK.Quantity" value="31"/> <!-- defaults to ASKSIZE -->
If you are interested in editing these properties, that is bid price in depth should be picked from FID -8009 then
<property name="Depth.BID.Price" value="-8009"/>
<property name="Depth.ASK.Price" value="-7999"/>