How to request an item SNAPSHOT for a RIC for historical date time using EMA api ?
The below api call doesn't take any time and I believe it returns Snapshot at the current time.
consumer.registerClient(reqMsg.serviceName("IDN_RDF").name("JPY=").interestAfterRefresh(false), appClient, "snapshotDemo");
Is there a way to get Snapshot of a RIC at a past date time say yesterday 3:00 PM or today's morning 9:00 AM ?
Thanks,
Mani