Skip to content

Digits Property

Summary

Gets the number of digits for the symbol.

Signature

1
public abstract int Digits {get;}

Return Value

int

Declaring Type

cAlgo.API.Internals.Symbol

Examples

1
2
3
4
 protected override void OnTick()
 {
     Print("The number of Digits the current symbol  has is: {0}", Symbol.Digits);
 }

Last update: March 30, 2023