[Quickfix-developers] SessionScedule getters wanted
Brought to you by:
orenmnero
|
From: <sta...@mu...> - 2006-05-08 17:45:40
|
Hello,
I would need to look ath the start and end times for the current
session in a quickfixj application. Is there a strong reason for not
including:
Date getStartTime() {
return startTime.getTime();
}
Date getEndTime() {
return endTime.getTime();
}
In quickfixj.SessionScedule, or could this be added?
Staffan
|