PriceStyle Enumeration

Lists the types of auto price settings for an order. See the Help on the Trade Bar for a description of each style.

This enumeration can be used when configuring the StopPriceStyle or LimitPriceStyle properties of an OrderTicket.

Example:

myOrderTicket.LimitPriceStyle = PriceStyle.ParentPlus;

 

Namespace: tsdata.trading

Enumerated Values
  Name

Value

Public property HitOrTake

5

Public property HitOrTakePlus

6

Public property IfTouchPlus

9

Public property Improve

2

Public property Join

1

Public property None

0

Public property ParentPlus

7

Public property Shave

4

Public property Split

3

Public property StopPlus

8