PegMoveType

Tag 835

PegMoveType

Abbreviation: MoveTyp
Typeint
Tag835
AddedFIX.4.4
Used in8 messages

Description

Describes whether peg is static or floats

Wire Format & Usage Example

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

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

All valid values
WireNameDescription
835=0FloatingFloating (default)
835=1FixedFixed

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
0FloatingFloating (default)FIX.4.4
1FixedFixedFIX.4.4