BookingType

Tag 775

BookingType

Abbreviation: BkngTyp
Typeint
Tag775
AddedFIX.4.4
Used in11 messages

Description

Method for booking out this order. Used when notifying a broker that an order to be settled by that broker is to be booked out as an OTC derivative (e.g. CFD or similar).

Wire Format & Usage Example

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

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

All valid values
WireNameDescription
775=0RegularBookingRegular booking
775=1CFDCFD (Contract for difference)
775=2TotalReturnSwapTotal Return Swap

Enumerated Values

3
ValueSymbolic NameDescriptionAdded
0RegularBookingRegular bookingFIX.4.4
1CFDCFD (Contract for difference)FIX.4.4
2TotalReturnSwapTotal Return SwapFIX.4.4