TotalMarginCalculationType¶
Summary¶
Defines types of total margin requirements per Symbol.
Signature¶
1 |
|
Namespace¶
cAlgo.API.Internals
Fields¶
Name | Description |
---|---|
Sum | Total margin requirements per Symbol are equal to Sum of all margin requirements of all positions of that Symbol. |
Max | Total margin requirements per Symbol are equal to Max margin requirements from all Long and all Short Positions of that Symbol. |
Net | Total margin requirements per Symbol are equal to the difference between margin requirements of all Long and all Short Positions of that Symbol. |
Last update: January 30, 2023