Skip to content

Up Field

Summary

Round value up to tradable volume.

Signature

1
public static RoundingMode Up;

Return Value

RoundingMode

Declaring Type

cAlgo.API.RoundingMode

Examples

1
 var volume = Symbol.NormalizeVolume(calculatedVolume, RoundingMode.Up);

Last update: March 23, 2023