From 34b4e33cc9da211492681373d998212bddb25a63 Mon Sep 17 00:00:00 2001 From: vdemydiuk Date: Wed, 20 Feb 2019 13:12:29 +0200 Subject: [PATCH] Issue #138: removed rudiment value POSITION_COMMISION from enum ENUM_POSITION_PROPERTY_DOUBLE --- MtApi5/Mt5Enums.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MtApi5/Mt5Enums.cs b/MtApi5/Mt5Enums.cs index c175e051..bab4f5df 100755 --- a/MtApi5/Mt5Enums.cs +++ b/MtApi5/Mt5Enums.cs @@ -548,7 +548,6 @@ namespace MtApi5 POSITION_SL = 6, //Stop Loss level of opened position POSITION_TP = 7, //Take Profit level of opened position POSITION_PRICE_CURRENT = 5, //Current price of the position symbol - POSITION_COMMISSION = 8, //FIXME: Undocumented! POSITION_SWAP = 9, //Cumulative swap POSITION_PROFIT = 10 //Current profit }