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. |