Hi Team,
I'm using below code to get the Futures data by RootRic level. Is it possible to add some parameter for getting only monthly periodicities please?
SearchContext.FuturesAndOptionsSearch( FuturesAndOptionsSearchRequest.Create( FuturesAndOptionsType.Futures, //Futures and Options Type
null, //Put Call
null, //File Codes
null, //Underlying RIC
null, //Excersize Style
null, //Currency Code
null, //Description
null, //Exchange Codes
null, //Strike Price
null, //Expiration Date
FuturesAndOptionsStatus.Active, //Status
IdentifierType.RICRoot, "MAL",
//Identifier IdentifierType.Ric));
Template that using: Futures and Options Search, Futures and Options: Wildcard .