Constructs a formatter using contract format specifiers and given value
Namespace: GF.Api.Utils
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
IPriceIntern CreatePriceIntern( IContract contract, Nullable<double> value, double minValue, double maxValue )
Parameters
- contract
- Type: GF.Api.ContractsIContract
- value
- Type: SystemNullableDouble
- minValue
- Type: SystemDouble
- maxValue
- Type: SystemDouble
Return Value
Type: IPriceInternSee Also