connamara / quickfixn

QuickFIX/n implements the FIX protocol on .NET.
http://quickfixn.org
Other
470 stars 558 forks source link

setting "TimeStampPrecision" is not documented #847

Closed gbirchmeier closed 4 months ago

gbirchmeier commented 4 months ago

Feature was added a bunch of years ago but never documented.

"TimeStampPrecision" (ugh, why the capital "S"?) (Oh, good, the lookup is actually case-insensitive)

valid values: "second", "millisecond", "milli", "microsecond", "micro", "nanosecond", "nano" (case-insensitive)

Why am I creating this issue instead of just doing it? Well, I want to first play with the feature a little bit to make sure I fully understand it, to ensure that I document it right. I've never actually used this feature.