Package | Description |
---|---|
com.dukascopy.api |
Modifier and Type | Method and Description |
---|---|
ITimeDomain |
IDataService.getOfflineTimeDomain()
Returns either present, current offline (weekend)
time interval or the next approximate upcoming one.The same as #getOfflineTimeDomain(shift) with shift == 0 |
ITimeDomain |
IDataService.getOfflineTimeDomain(int shift)
Returns offline (weekend)
time interval that is shifted back or forward for number of offline intervals specified in shift parameter. |
Modifier and Type | Method and Description |
---|---|
Set<ITimeDomain> |
IDataService.getOfflineTimeDomains(long from,
long to)
Returns the set of offline (weekend)
time intervals ascending ordered by time which are within the limits of from and to parameters. |
Copyright © 2016. All rights reserved.