ApproximateScheduledCloseInfo

data class ApproximateScheduledCloseInfo(val openDuration: TimeSpan, val startPoint: DateTime = DateTime.now()) : ScheduledCloseInfo

Constructors

Link copied to clipboard
constructor(openDuration: TimeSpan, startPoint: DateTime = DateTime.now())

Properties

Link copied to clipboard
open override val closeDateTime: DateTime
Link copied to clipboard
val openDuration: TimeSpan
Link copied to clipboard
val startPoint: DateTime