diff --git a/content/research/_index.md b/content/research/_index.md index 9758bb2..a675cce 100644 --- a/content/research/_index.md +++ b/content/research/_index.md @@ -1,5 +1,4 @@ +++ -transparent = false +transparent = true title = "Research Notes" -sort_by = "none" +++ diff --git a/content/research/_index.pt.md b/content/research/_index.pt.md new file mode 100644 index 0000000..770fa96 --- /dev/null +++ b/content/research/_index.pt.md @@ -0,0 +1,4 @@ ++++ +transparent = true +title = "Notas de Pesquisas" ++++ diff --git a/content/thoughts/decoding-fast.md b/content/research/decoding-fast.md similarity index 97% rename from content/thoughts/decoding-fast.md rename to content/research/decoding-fast.md index bd1e12f..fe48b18 100644 --- a/content/thoughts/decoding-fast.md +++ b/content/research/decoding-fast.md @@ -1,7 +1,6 @@ +++ title = "Decoding the FAST Protocol" -date = 2022-01-05 -draft = true +date = 2022-01-10 [taxonomies] tags = ["finance", "binary", "protocol", "fix", "fast"] @@ -395,37 +394,37 @@ Map, [according to JetTek](https://jettekfix.com/education/fix-fast-tutorial/): No Operator - No - No + No. + No. Constant - No, the Constant value should be used - Yes; if set, use the Constant value; otherwise the field is Null + No, the Constant value should be used. + Yes; if set, use the Constant value; otherwise the field is Null. Copy Yes; if set, use the incoming value is the current value; - otherwise, use the previous value - Yes; same as above, but the value can be Null (e.g., it was read as - 0 for Ints or a single Null byte for Strings. + otherwise, use the previous value. + Yes; same as Mandatory fields, but the value can be Null (e.g., it + was read as 0 for Ints or a single Null byte for Strings. Default Yes; if set, read the value from the incoming data; otherwise, use the default value. - Yes; same as above + Yes; same as Mandatory fields. Delta No; the value should always be added to the previous one. - No; same as above + No; same as Mandatory fields. Increment Yes; if set, read the value from the incoming data; otherwise, add 1 to the previous value. - Yes; same as above + Yes; same as Mandatory fields. @@ -498,4 +497,4 @@ my code, so... ### Changelog: -2022-01-05: First release. +2022-01-10: First release.