Tag 780
AllocSettlInstType
Abbreviation:
SettlInstTypDescription
Used to indicate whether settlement instructions are provided on an allocation instruction message, and if not, how they are to be derived.
Wire Format & Usage Example
Single field (key=value)
780=0 (UseDefaultInstructions)
In a FIX message (AllocationInstruction)
8=FIX.4.4 | 9=... | 35=J | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 780=0 (UseDefaultInstructions) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 780=0 (UseDefaultInstructions) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
780=0 | UseDefaultInstructions | Use default instructions |
780=1 | DeriveFromParametersProvided | Derive from parameters provided |
780=2 | FullDetailsProvided | Full details provided |
780=3 | SSIDBIDsProvided | SSI DB IDs provided |
780=4 | PhoneForInstructions | Phone for instructions |
Enumerated Values
5| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | UseDefaultInstructions | Use default instructions | FIX.4.4 |
| 1 | DeriveFromParametersProvided | Derive from parameters provided | FIX.4.4 |
| 2 | FullDetailsProvided | Full details provided | FIX.4.4 |
| 3 | SSIDBIDsProvided | SSI DB IDs provided | FIX.4.4 |
| 4 | PhoneForInstructions | Phone for instructions | FIX.4.4 |