Skip to content

SymbolSwapCalculationType

Summary

Defines the types of calculation for symbol SWAP Long/Short.

Signature

1
public enum SymbolSwapCalculationType

Namespace

cAlgo.API

See Also

Fields

Pips

Summary

Symbol SWAP Long/Short is in Pips.

Signature

1
public static SymbolSwapCalculationType Pips;

Return Value

SymbolSwapCalculationType

Percentage

Summary

Symbol SWAP Long/Short is in Percent (%).

Signature

1
public static SymbolSwapCalculationType Percentage;

Return Value

SymbolSwapCalculationType

Points

Summary

Symbol SWAP Long/Short is in Points.

Signature

1
public static SymbolSwapCalculationType Points;

Return Value

SymbolSwapCalculationType