FIXTradingCommunity / orchestrations

Service offerings expressed with Orchestra
Apache License 2.0
10 stars 7 forks source link

FIX 4.4: Missing "1" in description of OptAttribute(206) #35

Closed kleihan closed 1 year ago

kleihan commented 1 year ago

The description of OptAttribute(206) contains a list of possible values. The last sentence is as follows:

0-9 = single digit "version" number assigned by exchange following capital adjustments (0=current, =prior, 2=prior to , etc).

Add "1" and change as follows:

0-9 = single digit "version" number assigned by exchange following capital adjustments (0=current, 1=prior, 2=prior to 1, etc).

kleihan commented 1 year ago

Added to SPEC-1708