IContractPriceToString Method (NullableDouble)

GF API Documentation
Formats price using contract price format, multiplier and tick size

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

string PriceToString(
	Nullable<double> price
)

Parameters

price
Type: SystemNullableDouble
price to format

Return Value

Type: String
formatted price
See Also

Reference