RequestedMaxFrequency
public enum RequestedMaxFrequency : Equatable, CustomStringConvertible
Maximum update frequency to be requested to Lightstreamer Server for all the items in a Subscription.
See also
requestedMaxFrequency
-
Limited frequency (in updates per second)
Declaration
Swift
case limited(Double)
-
Unlimited frequency
Declaration
Swift
case unlimited
-
Declaration
Swift
public var description: String { get }