Indicates whether the trailing stop is specified as a percentage or a fixed price offset for a trailing stop order.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public TargetPriceType TrailingStopType { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property TrailingStopType As TargetPriceType |
| Visual C++ |
|---|
public: property TargetPriceType TrailingStopType { TargetPriceType get (); void set (TargetPriceType value); } |