Skip to content

FIX TAG 854

QtyType

intAdded FIX.4.4

Definition

Type of quantity specified in quantity field. ContractMultiplier (tag 231) is required when QtyType = 1 (Contracts). UnitOfMeasure (tag 996) and TimeUnit (tag 997) are required when QtyType = 2 (Units of Measure per Time Unit).

Compare versions

Differences between the selected source snapshots, including wording and errata; not a migration guide.

FIX 5.0 SP2 FIX Latest · EP309

Definition text changed

FIX 5.0 SP2

Type of quantity specified in a quantity field:

FIX Latest · EP309

Type of quantity specified in quantity field. ContractMultiplier (tag 231) is required when QtyType = 1 (Contracts). UnitOfMeasure (tag 996) and TimeUnit (tag 997) are required when QtyType = 2 (Units of Measure per Time Unit).

Value text or deprecation changed 2

ValueFIX 5.0 SP2FIX Latest · EP309
1Contracts (if used - must specify ContractMultiplier (tag 231))Contracts
2Units of Measure per Time Unit (if used - must specify UnitofMeasure (tag 996) and TimeUnit (tag 997))Unit of Measure per Time Unit

Values 3

ValueMeaning
0

Units (shares, par, currency)

1

Contracts

2

Unit of Measure per Time Unit

About the int data type

Sequence of digits without commas or decimals and optional sign character (ASCII characters "-" and "0" - "9" ). The sign character utilizes one byte (i.e. positive int is "99999" while negative int is "-99999"). Note that int values may contain leading zeros (e.g. "00023" = "23").

Used in messages 27

Includes nested components and repeating groups. Open a location to see its surrounding requirements.