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 |
|
![]() |
HitOrTake |
5 |
![]() |
HitOrTakePlus |
6 |
![]() |
IfTouchPlus |
9 |
![]() |
Improve |
2 |
![]() |
Join |
1 |
![]() |
None |
0 |
![]() |
ParentPlus |
7 |
![]() |
Shave |
4 |
![]() |
Split |
3 |
![]() |
StopPlus |
8 |