Table of Contents

Delegate DoubleArrayUpdateHandler

Namespace
FinanceSharp.Delegates
Assembly
FinanceSharp.dll

Handler for a function that updates the state of this updatable with the given value and returns true if this updatable is ready, false otherwise

public delegate void DoubleArrayUpdateHandler(long time, DoubleArray input)

Parameters

time long

The timestamp represented in milliseconds-epoch-1970.

input DoubleArray

The value to use to update this updatable

Extension Methods