Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MillisecondsInTimeStamp setting observed only in default DateTime fields #452

Open
shlomoa opened this issue Nov 1, 2017 · 1 comment
Open

Comments

@shlomoa
Copy link

shlomoa commented Nov 1, 2017

When setting MillisecondsInTimeStamp to false it will affect inner time stamps only like SendingTime
However it will not affect any application level timestamp

For example in FIX4.2 :

var request = new OrderCancelRequest();

// Ignores the millisecond directive
request.SetField(new TransactTime(DateTime.Now));

// A workaround --> override the millisecond directive
request.SetField(new TransactTime(DateTime.Now, false));

@gbirchmeier
Copy link
Member

Note: MillisecondsInTimeStamp is deprecated. You should use TimestampPrecision.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants