IStringsApiCreatePriceIntern Method (Int32, Int32, Double, NullableDouble)

GF API Documentation
Constructs formatter using given format specifiers value and default min/max values (0, 1e9)

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

IPriceIntern CreatePriceIntern(
	int priceFormat,
	int priceMultiplier,
	double tickSize,
	Nullable<double> value
)

Parameters

priceFormat
Type: SystemInt32
PriceFormat
priceMultiplier
Type: SystemInt32
Multiplier, power of 10
tickSize
Type: SystemDouble
Tick size - minimal price increment
value
Type: SystemNullableDouble
Price value

Return Value

Type: IPriceIntern
See Also

Reference