You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/browser/example.js
+39-3Lines changed: 39 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4903,7 +4903,7 @@ module.exports = (() => {
4903
4903
this.pointValue=pointValue;
4904
4904
4905
4905
/**
4906
-
* @property {number} tickIncrement - The minimum price movement.
4906
+
* @property {number} tickIncrement - The minimum price movement, expressed as an integer multiple of the number of the possible divisions within one unit. For example, the number of discrete divisions of a dollar is 100. If the tick increment is ten, that means quotes and trades can occur at $0.10, $0.20, $0.30, etc.
Copy file name to clipboardExpand all lines: test/dist/barchart-marketdata-api-tests-6.js
+100-2Lines changed: 100 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -578,7 +578,7 @@ module.exports = (() => {
578
578
this.pointValue = pointValue;
579
579
580
580
/**
581
-
* @property {number} tickIncrement - The minimum price movement.
581
+
* @property {number} tickIncrement - The minimum price movement, expressed as an integer multiple of the number of the possible divisions within one unit. For example, the number of discrete divisions of a dollar is 100. If the tick increment is ten, that means quotes and trades can occur at $0.10, $0.20, $0.30, etc.
0 commit comments