- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 275
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
Conversation
src/types/futures.ts
Outdated
@@ -851,14 +852,14 @@ export interface ModifyOrderParams { | |||
quantity: string; | |||
price: string; | |||
priceMatch?: | |||
| 'OPPONENT' |
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
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
There was a problem hiding this 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!
} |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Updated. Please review. Thanks. |
goodTillDate
goodTillDate
futures order property
goodTillDate
futures order propertygoodTillDate
futures order property
There was a problem hiding this 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!
Summary
Add
goodTillDate
mentioned in #505