CorrelationFactory
Undocumented
-
Factory method for Correlation instance
Declaration
Objective-C
+ (Correlation)create:(int64_t)parentTickValue Correlation:(int64_t)corelTickValue;Swift
class func create(_ parentTickValue: Int64, correlation corelTickValue: Int64) -> CorrelationParameters
parentTickValuea tick value for the parent clock
corelTickValuea tick value for the correlated clock
Return Value
a Correlation
View on GitHub
CorrelationFactory Class Reference