ProtoOASwapCalculationType
StockSharp.cTrader.Native.Model
* Enum for specifying SWAP calculation type for symbol.
Fields
Percentage
public const ProtoOASwapCalculationType Percentage
value = ProtoOASwapCalculationType.Percentage
Specifies type of SWAP computation as PERCENTAGE (1, annual, in percent)
Pips
public const ProtoOASwapCalculationType Pips
value = ProtoOASwapCalculationType.Pips
Specifies type of SWAP computation as PIPS (0)
Points
public const ProtoOASwapCalculationType Points
value = ProtoOASwapCalculationType.Points
Specifies type of SWAP computation as POINTS (2)