A TT Retry order is a synthetic order that repeatedly submits a child order until it is accepted by the exchange or until it is rejected a specified number of times.
For more information, refer to the TT Retry Order section of the Trade help.

| Number | NameFIX Tag | Type | Required | Updatable | FieldLocation | Description |
| (constructor variable) | Instrument | TRUE | FALSE | OrderProfile | Instrument for native child order | |
| 1 | OrderQtyTag 38 | Quantity | TRUE | TRUE | OrderProfile | Order quantity for native child order |
| 5 | OrderSideTag 54 | tt_net_sdk.OrderSide | TRUE | FALSE | OrderProfile | Side for native child order |
| 3 | AccountTag 1 | Account | TRUE | FALSE | OrderProfile | Account for native child order |
| OrderTypeTag 40 | tt_net_sdk.OrderType | TRUE | FALSE | OrderProfile | Order Type for native child order. This is always a limit order. | |
| 4 | ChildTIFTag 16903 | tt_net_sdk.TimeInForce | TRUE | FALSE | UserParameters | Time in force for native child order |
| 2 | LimitPriceTag 44 | Price | TRUE | TRUE | OrderProfile | Limit price to be used for native child order |
| 6 | RetryCountTag 16942 | Int_t | TRUE | FALSE | UserParameters | Number of retries |
| 7 | RetryIntervalTag 16943 | Int_t | TRUE | FALSE | UserParameters | Retry interval |
| 8 | WaitingOptionTag 16961 | tt_net_sdk.tt_retry.WaitingOption | TRUE | FALSE | UserParameters | Dictates when to start the parent synthetic order. |
| 9 | STimeTag 168 | UTCTimestamp_t | FALSE | TRUE | UserParameters | If WaitingOption is set to Time, this parameter defines the start date/time. |
| 10 | ParentTIFTag 16950 | tt_net_sdk.tt_retry.ParentTIF | TRUE | FALSE | UserParameters | Time in force for parent synthetic order |