Skip to content

SymbolSwapCalculationType

Summary

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

Signature

1
public enum SymbolSwapCalculationType

Namespace

cAlgo.API

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