Tick Constructor

GF API Documentation
Constructor

Namespace:  GF.Api.Subscriptions.Ticks
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public Tick(
	DateTime timestampUtc,
	float price,
	float bidPrice,
	float askPrice,
	uint volume
)

Parameters

timestampUtc
Type: SystemDateTime
price
Type: SystemSingle
bidPrice
Type: SystemSingle
askPrice
Type: SystemSingle
volume
Type: SystemUInt32
See Also

Reference