DataHubTicksToBars Method

GF Charts Help

Namespace:  GF.Clients.Charts.Utils
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public static BarList TicksToBars(
	IReadOnlyList<Tick> ticks,
	DateTime previousLast
)

Parameters

ticks
Type: System.Collections.GenericIReadOnlyListTick
previousLast
Type: SystemDateTime

Return Value

Type: BarList
See Also

Reference