IStringsApiCreatePriceIntern Method (Int32, Int32, Double, NullableDouble, Double, Double)

GF API Documentation
Construct the formatter using given format specifiers, value and min/max value

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,
	double minValue,
	double maxValue
)

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
minValue
Type: SystemDouble
Minimum
maxValue
Type: SystemDouble
Maximum

Return Value

Type: IPriceIntern
See Also

Reference