public double takeProfit { get; set; }
Public Property takeProfit As Double Get Set
public: property double takeProfit { double get (); void set (double value); }
member takeProfit : float with get, set
In This Article