Apama Capital Markets Adapters 10.1 | Apama Capital Markets Adapters Documentation 10.1 | Reuters MAPI Adapter | Query symbol list
 
Query symbol list
Client at any point of time after session is established , he can query symbol list using below event for particular market type,
event QuerySymbolList {
string marketId;
string marketType;
dictionary<string,string> __payload;
}
The marketType here can be 'FX_SPOT' and 'FX_FORWARD_SWAP'
Example:
com.apama.rfa.mapi.QuerySymbolList("ReutersRFATransport","FX_SPOT",{})
com.apama.rfa.mapi.QuerySymbolList("ReutersRFATransport","FX_FORWARD_SWAP",{})
The result will be a list of symbols for that particular market type,
event ServiceSymbolList {
string marketId;
string marketType;
sequence<string> serviceSymbolList;
}
Example:
com.apama.rfa.mapi.ServiceSymbolList("ReutersRFATransport","FX_SPOT",["AUD=","PLN=","EURJPY=","EURGBP="])

Copyright © 2013-2017 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.