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

V5 Get Open Orders #93

Merged
merged 1 commit into from
Mar 4, 2023
Merged

V5 Get Open Orders #93

merged 1 commit into from
Mar 4, 2023

Conversation

0cv
Copy link
Contributor

@0cv 0cv commented Mar 3, 2023

No description provided.

@hirokisan
Copy link
Owner

type V5GetOpenOrdersParam struct {
Category CategoryV5 `url:"category"`

Symbol SymbolV5 `url:"symbol,omitempty"`
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
Symbol SymbolV5 `url:"symbol,omitempty"`
Symbol *SymbolV5 `url:"symbol,omitempty"`

スクリーンショット 2023-03-04 19 15 17

Comment on lines +78 to +79
// StopOrderFilterOrder :
StopOrderFilterOrder = OrderFilter("StopOrder")
Copy link
Owner

Choose a reason for hiding this comment

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

nits:

To analogize from the type name.

Suggested change
// StopOrderFilterOrder :
StopOrderFilterOrder = OrderFilter("StopOrder")
// OrderFilterStopOrder :
OrderFilterStopOrder = OrderFilter("StopOrder")

Copy link
Owner

@hirokisan hirokisan left a comment

Choose a reason for hiding this comment

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

Thanks again!

I'll merge it.

@hirokisan hirokisan merged commit 2bf5a3b into hirokisan:main Mar 4, 2023
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