Show / Hide Table of Contents

TT Stop

A TT Stop order is triggered when the market has reached or penetrated a specified price in the market. Stop triggers are typically set worse than current market prices, which means that Buy Stops are placed above the current last traded price, while Sell Stops are placed below the last traded price.

For more information, refer to the TT Stop Order section of the Trade help.

TT Stop

TT Stop

TT Stop

TT Stop

Number

Name

FIX Tag

Type
Required
Updatable
FieldLocation Description
(constructor variable) Instrument TRUE FALSE OrderProfile Instrument for native child order
1

OrderQty

Tag 38

Quantity TRUE TRUE OrderProfile Order quantity for native child order
5

OrderSide

Tag 54

tt_net_sdk.OrderSide

TRUE FALSE OrderProfile Side for native child order
3

Account

Tag 1

Account TRUE FALSE OrderProfile Account for native child order
19

OrderType

Tag 40

tt_net_sdk.OrderType

TRUE FALSE OrderProfile Order Type for native child order.
4

ChildTIF

Tag 16903

tt_net_sdk.TimeInForce

TRUE FALSE UserParameters Time in force for native child order
34

LimitPrice

Tag 44

Price FALSE TRUE OrderProfile Limit price to be used for native child order
22

LimitPriceType

Tag 16911

tt_net_sdk.tt_stop.LimitPriceType FALSE TRUE UserParameters If provided, overrides LimitPrice and sets the native child order price to be LimitPriceType+Payup for buys and LimitPriceType-Payup for sells. (This would be the same as setting Number 20 to "Payup".)
21

Payup

Tag 16930

Int_t FALSE TRUE UserParameters
25

WithATickType

Tag 16921

tt_net_sdk.tt_stop.WithATickType FALSE FALSE UserParameters If provided, sets the threshold for the With A Tick behavior that reprices the child order one tick toward the market when available quantity at the opposite inside market is at or below the specified quantity threshold.
24

WithATick

Tag 16922

Int_t FALSE TRUE UserParameters
2

TriggerType

Tag 99

Price FALSE TRUE OrderProfile Sets the parameters of the primary trigger. If IsTrlTrg=TRUE, the trigger will trail instead of being static so TriggerPrice will be ignored.
6

TriggerPriceType

Tag 16918

tt_net_sdk.tt_stop.TriggerPriceType

FALSE FALSE UserParameters
17

IsTrlTrg

Tag 16908

Boolean_t FALSE FALSE UserParameters
18

TriggerTicksAway

Tag 16919

Int_t FALSE TRUE UserParameters
11 NoImplies Boolean_t FALSE FALSE UserParameters If enabled, implied prices will be excluded in triggering logic.
8

TriggerQtyType

Tag 16923

tt_net_sdk.tt_stop.TriggerQtyType

FALSE FALSE UserParameters If provided, sets a quantity trigger in addition to the primary price trigger.
9

TriggerQtyCompare

Tag 16924

tt_net_sdk.tt_stop.TriggerQtyCompare

FALSE FALSE UserParameters
10

TriggerQty

Tag 16925

Qty_t FALSE TRUE UserParameters
7

TriggerLTPReset

Tag 16926

Boolean_t FALSE FALSE UserParameters
12

SecondConditionIsOn

Tag 16966

Boolean_t FALSE FALSE UserParameters If provided, sets a secondary quantity trigger.
13

SecondTriggerPriceType

Tag 16972

tt_net_sdk.tt_stop.SecondTriggerPriceType

FALSE FALSE UserParameters
14

SecondTriggerQtyType

Tag 16968

tt_net_sdk.tt_stop.SecondTriggerQtyType

FALSE FALSE UserParameters
15

SecondTriggerQtyCompare

Tag 16969

tt_net_sdk.tt_stop.SecondTriggerQtyCompare

FALSE FALSE UserParameters
16

SecondTriggerQty

Tag 16970

Qty_t FALSE TRUE UserParameters
27

WaitingOption

Tag 16961

tt_net_sdk.tt_stop.WaitingOption TRUE FALSE UserParameters Dictates when to start the parent synthetic order.
28

STime

Tag 168

UTCTimestamp_t FALSE TRUE UserParameters If WaitingOption is set to Time, this parameter defines the start date/time.
29

ParentTIF

Tag 16950

tt_net_sdk.tt_stop.ParentTIF TRUE FALSE UserParameters Time in force for parent synthetic order
30

ETime

Tag 126

UTCTimestamp_t FALSE TRUE UserParameters If ParentTIF is set to Time, ETime defines the end date/time and ETimeAct defines the end time action. If the ETimeAction is set to GoToMarket and ETAGoToMktTicksEnabled is set to True, then ETAGoToMktTicks defines the number of ticks through the market that a limit order will be submitted through market.
31

ETimeAct

Tag 16906

tt_net_sdk.tt_stop.ETimeAct FALSE FALSE UserParameters
32 ETAGoToMktTicksEnabled Boolean_t FALSE TRUE UserParameters
33

ETAGoToMktTicks

Tag 16960

Int_t FALSE TRUE UserParameters
26

AutoResubExpiredGTD

Tag 16949

Boolean_t FALSE FALSE UserParameters If set to True and ChildTIF is set to GTD, the child order will be resubmitted when the market reopens if the current session closes and there is still unfilled quantity.
In this article
Back to top