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

[Upbit] add support for market orders and candlestick #4823

Merged
merged 3 commits into from
Feb 21, 2024

Conversation

aaron-jang
Copy link
Contributor

  • add support for market order (api doc en, kr)
  • add support for candlestick (api doc en, kr)

import com.fasterxml.jackson.annotation.JsonProperty;
import java.math.BigDecimal;

public class UpbitCandleStickData {
Copy link
Contributor

Choose a reason for hiding this comment

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

you can use lombok for boilerplate-code here

Copy link
Contributor Author

@aaron-jang aaron-jang Feb 12, 2024

Choose a reason for hiding this comment

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

@bigscoop Thanks for the suggestion! I've used Lombok to simplify the code.

@aaron-jang
Copy link
Contributor Author

@bigscoop

Are there any more changes needed? If not, could you merge? Thanks!

@timmolter timmolter merged commit 9d9b0b4 into knowm:develop Feb 21, 2024
1 check passed
duplessisc pushed a commit to duplessisc/XChange that referenced this pull request May 29, 2024
[Upbit] add support for market orders and candlestick
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.

3 participants