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

feat(v2.15.4, #505): Add goodTillDate futures order property #506

Merged
merged 8 commits into from
Jan 29, 2025

Conversation

siegfried
Copy link
Contributor

Summary

Add goodTillDate mentioned in #505

@@ -851,14 +852,14 @@ export interface ModifyOrderParams {
quantity: string;
price: string;
priceMatch?:
| 'OPPONENT'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatted by the language server...

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was automatically changed by your editor? I have eslint configured to run on-save, but you can run it manually on only this file using this command:

npx eslint --fix src/types/futures.ts

That should correct the formatting here

Copy link
Owner

@tiagosiebler tiagosiebler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, looks good, just run the linter fix & increase the version number in the package.json please. Thanks!

}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Language server did this again. Hope you don't mind.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine, as long as eslint is happy - otherwise one of the build steps will fail

@siegfried
Copy link
Contributor Author

siegfried commented Jan 29, 2025

Updated. Please review. Thanks.

@tiagosiebler tiagosiebler changed the title Add goodTillDate feat(v2.15.4): Add goodTillDate futures order property Jan 29, 2025
@tiagosiebler tiagosiebler changed the title feat(v2.15.4): Add goodTillDate futures order property feat(v2.15.4, #505): Add goodTillDate futures order property Jan 29, 2025
Copy link
Owner

@tiagosiebler tiagosiebler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the PR!

@tiagosiebler tiagosiebler merged commit 55898d7 into tiagosiebler:master Jan 29, 2025
3 of 4 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants