This commit is contained in:
AKurakin 2023-09-07 16:49:26 +03:00
parent 75233d560f
commit b0dc6e6aa9

View file

@ -46,7 +46,7 @@ public class ExecutionDepositMapStore extends TemplateMapStore<ExecutionDeposit>
@Override
public Iterable<Long> loadAllKeys() {
return defaultLoadAllKeysOnTodayByTradingDate();
return defaultLoadAllKeysOnTodayByField("FIRST_LEG_SETTLEMENT_DATE", true);
}
@Override