Enum MarketPriceTypes
- Namespace
- StockSharp.Algo
- Assembly
- StockSharp.Algo.dll
The type of market prices.
[DataContract]
public enum MarketPriceTypes
- Extension Methods
Fields
[Display(ResourceType = typeof(LocalizedStrings), Name = "Following")] [EnumMember] Following = 1
The concurrent price (for quoting at the edge of spread).
[Display(ResourceType = typeof(LocalizedStrings), Name = "Spread")] [EnumMember] Middle = 2
Spread middle.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Opposite")] [EnumMember] Opposite = 0
The counter-price (for quick closure of position).