Table of Contents

Enum SterlingExtendedOrderTypes

Namespace
StockSharp.Sterling
Assembly
StockSharp.Sterling.dll

Extended order types.

public enum SterlingExtendedOrderTypes
Extension Methods

Fields

[Display(ResourceType = typeof(LocalizedStrings), Name = "OnClose")] Close = 10

On close.

Funary = 16
[Display(ResourceType = typeof(LocalizedStrings), Name = "ByLastPrice")] Last = 15

By last price.

[Display(ResourceType = typeof(LocalizedStrings), Name = "LimitNoWait")] LimitNoWait = 7

Limit no wait.

[Display(ResourceType = typeof(LocalizedStrings), Name = "LimitOnClose")] LimitOnClose = 3

Limit on close.

[Display(ResourceType = typeof(LocalizedStrings), Name = "MarketOrBetter")] LimitOrBetter = 6

Limit or better.

[Display(ResourceType = typeof(LocalizedStrings), Name = "MarketNoWait")] MarketNoWait = 2

Market no wait.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Str2312")] MarketOnClose = 0

Market on close.

[Display(ResourceType = typeof(LocalizedStrings), Name = "MarketOrBetter")] MarketOrBetter = 1

Market or better.

[Display(ResourceType = typeof(LocalizedStrings), Name = "NoWait")] NoWait = 8

Not wait.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Str3320")] Nyse = 9

NYSE.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Pegged")] Pegged = 11

Pegged.

[Display(ResourceType = typeof(LocalizedStrings), Name = "ServerStop")] ServerStop = 12

Server stop.

[Display(ResourceType = typeof(LocalizedStrings), Name = "ServerStopLimit")] ServerStopLimit = 13

Server stop-limit.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Str242")] Stop = 4

Stop.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Str1733")] StopLimit = 5

Stop-limit.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TrailingStopLoss")] TrailingStop = 14

Trailing stop-loss.