Capital Markets Adapters 10.3.1 | Apama Capital Markets Adapters Documentation 10.3.1 | Reuters RFA Adapter | Publish empty Depths/Ticks
 
Publish empty Depths/Ticks
By default, TICK/DEPTH is not published when there is no FID in the OMM message which matches default FIDs. Still, if you are interested in receiving empty depths/ticks then following property will enable it
<property name="AllowEmptyDepths" value="true"/>
<property name="AllowEmptyTicks" value="true"/>
Defaults to false.
For example:

com.apama.marketdata.Depth("ABC",[],[],[],[],[],{"ACVOL_1":"100",
"ASK":"10.2000","ASK_TIME":"19:12:23","BID":"9.8000",
"DIVPAYDATE":"25 DEC 2006","Market":"ReutersRFATransport1",
"RDNDISPLAY":"100","RDN_EXCHID":"SES","SERVICE_NAME":"DIRECT_FEED",
"TRDPRC_1":"10.0000"})

com.apama.marketdata.Tick("ABC.CO",-1,-1,{"Market":"ReutersRFATransport",
"SERVICE_NAME":"DIRECT_FEED"})