Capital Markets Adapters 10.7 | Apama Capital Markets Adapters Documentation 10.7 | Reuters RFA Adapter | Event details | Data publishing events | Tick
 
Tick
com.apama.rfa.MARKET_PRICE_RESP(string TRANSPORT,string RespType, integer RespTypeNum,string IndicationMask,string serviceId, string symbol,string symbolType, float Price,integer Quantity, dictionary<string,string> __payload)
Following are the Parameter descriptions and default values
Parameter Name
Descriptions
RespType
Response type can be REFRESH_RESP,STATUS_RESP,UPDATE_RESP
RespTypeNum
Response type number can be 0 (SOLICITED),1(UNSOLICITED)
IndicationMask
Indication mask can be ATTRIB_INFO_IN_UPDATES, CONFLATION_INFO_IN_UPDATES,CLEAR_CACHE,DO_NOT_CACHE, DO_NOT_CONFLATE,DO_NOT_RIPPLE,REFRESH_COMPLETE
symbolType
symbolType :0 (UNSPECIFIED),1 (RIC),127 (MAX_RESERVED),255(MAX) Defaults to 1
payload
payload can contain any information like PROD_PERM, CURRENCY, TRD_UNITS, MKT_ST_IND, PR_RNK_RUL, QUOTE_DATE
MktDepthEntries
com.apama.rfa.MKT_BY_PRICE_Entry (string MDUpdateAction, string MDEntryID,string MDEntryType, float MDEntryPRC, integer MDEntrySize,integer NoOrders, dictionary <string, string> __payload)
The parameter MP.MapPriceQtyToDefault applies to com.apama.rfa.MARKET_PRICE_RESP
Default value of this parameter is "true".
By default price and quantity fields are mapped to FIDs "TRDPRC_1" and "ACVOL_1" respectively. While publishing MARKET PRICE data, if you add the parameter MP.MapPriceQtyToDefault to extra parameters:
*If its value is "false" then it means that default mappings are not required.
*You can add interested FIDs to extra parameters to which you want to map price/quantity fields.
*If its value is "true" then price/quantity fields are mapped to FIDs "TRDPRC_1" and "ACVOL_1".
*If proper value are assigned to these fields, same will be sent. Else, default values -1.0/-1 are sent out.