SSPeriodic

@Serializable
@SerialName(value = "sSPeriodic")
data class SSPeriodic(val reorderPoint: Int, val orderUpToLevel: Int, val reviewInterval: RVSpec) : PolicySpec(source)

Periodic-review (s, S): every reviewInterval the policy checks the position and, if at or below reorderPoint, orders up to orderUpToLevel.

Constructors

Link copied to clipboard
constructor(reorderPoint: Int, orderUpToLevel: Int, reviewInterval: RVSpec)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard