GTBookingInst

Tag 427

GTBookingInst

Abbreviation: GTBkngInst
Typeint
Tag427
AddedFIX.4.2
Used in8 messages

Description

Code to identify whether to book out executions on a part-filled GT order on the day of execution or to accumulate

Wire Format & Usage Example

Single field (key=value)
427=0 (BookOutAllTradesOnDayOfExecution)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 427=0 (BookOutAllTradesOnDayOfExecution) |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 427=0 (BookOutAllTradesOnDayOfExecution) is this field's position in the message.

All valid values
WireNameDescription
427=0BookOutAllTradesOnDayOfExecutionbook out all trades on day of execution
427=1AccumulateUntilFilledOrExpiredaccumulate executions until order is filled or expires
427=2AccumulateUntilVerballlyNotifiedOtherwiseaccumulate until verbally notified otherwise

Enumerated Values

3
ValueSymbolic NameDescriptionAdded
0BookOutAllTradesOnDayOfExecutionbook out all trades on day of executionFIX.4.2
1AccumulateUntilFilledOrExpiredaccumulate executions until order is filled or expiresFIX.4.2
2AccumulateUntilVerballlyNotifiedOtherwiseaccumulate until verbally notified otherwiseFIX.4.2