We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The line
2024-03-07T18:03:58+0100,Trade,Sell to Open,SELL_TO_OPEN,./ZBM4 OZBK4 240426P113,Future Option,Sold 2 /ZBM4 OZBK4 04/26/24 Put 113'00 @ 0.171875,343.75,2,171.87,-5.00,-2.34,1,"./ZBM4 OZBK4 ",/ZBM4,4/26/24,113,PUT,311622629,USD
Creates the following line in the output file:
03/07/2024 06:03 PM,Trade,Sell to Open,./ZBM4,Sell,Open,2,04/26/2024,113,P,1.72,2.340,343.75,Sold 2 /ZBM4 OZBK4 04/26/24 Put 113'00 @ 0.171875,Individual...39
Should be:
03/07/2024 06:03 PM,Trade,Sell to Open,./ZBM4,Sell,Open,2,04/26/2024,113,P,1.71875,2.340,343.75,Sold 2 /ZBM4 OZBK4 04/26/24 Put 113'00 @ 0.171875,Individual...39
Value should not be rounded.
The text was updated successfully, but these errors were encountered:
50c295f
I've fixed precision to 5 digits. I don't have a good idea how to transfer the precision to the legacy format.
Could you retest?
Sorry, something went wrong.
No branches or pull requests
The line
Creates the following line in the output file:
Should be:
Value should not be rounded.
The text was updated successfully, but these errors were encountered: