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) Synchronized mainnet.ini file with Python SDK #162

Merged
merged 3 commits into from
Oct 10, 2023

Conversation

aarmoa
Copy link
Collaborator

@aarmoa aarmoa commented Oct 9, 2023

base = 8
quote = 6
min_price_tick_size = 0.000001
min_display_price_tick_size = 1e-06
Copy link
Contributor

Choose a reason for hiding this comment

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

min_display_price_tick_size = 1e-04

min_price_tick_size = 0.000001
min_display_price_tick_size = 1e-06
min_quantity_tick_size = 100000000
min_display_quantity_tick_size = 100000000.0
Copy link
Contributor

Choose a reason for hiding this comment

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

min_display_quantity_tick_size = 1 (=min_quantity_tick_size/10^8)

base = 8
quote = 6
min_price_tick_size = 0.000001
min_display_price_tick_size = 9.999999999999999e-05
Copy link
Contributor

Choose a reason for hiding this comment

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

min_display_price_tick_size = 0.0001

base = 8
quote = 6
min_price_tick_size = 0.000001
min_display_price_tick_size = 9.999999999999999e-05
Copy link
Contributor

Choose a reason for hiding this comment

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

min_display_price_tick_size = 0.0001

base = 8
quote = 6
min_price_tick_size = 0.000001
min_display_price_tick_size = 9.999999999999999e-05
Copy link
Contributor

Choose a reason for hiding this comment

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

min_display_price_tick_size = 0.0001

base = 6
quote = 6
min_price_tick_size = 0.0001
min_display_price_tick_size = 9.999999999999999e-05
Copy link
Contributor

Choose a reason for hiding this comment

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

min_display_price_tick_size = 0.0001

base = 0
quote = 6
min_price_tick_size = 1000
min_display_price_tick_size = 0.0001
Copy link
Contributor

Choose a reason for hiding this comment

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

min_display_price_tick_size = 0.001 ( = min_price_tick_size / 10^6)

base = 0
quote = 6
min_price_tick_size = 1000000
min_display_price_tick_size = 0.0001
Copy link
Contributor

Choose a reason for hiding this comment

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

min_display_price_tick_size = 1

min_price_tick_size = 1000000
min_display_price_tick_size = 0.0001
min_quantity_tick_size = 0.0001
min_display_quantity_tick_size = 0.1
Copy link
Contributor

Choose a reason for hiding this comment

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

min_display_quantity_tick_size = 0.0001 (for perp min_quantity_tick_size = min_display_quantity_tick_size)

base = 0
quote = 6
min_price_tick_size = 100000
min_display_price_tick_size = 0.0001
Copy link
Contributor

Choose a reason for hiding this comment

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

min_display_price_tick_size = 0.1

@aarmoa aarmoa merged commit d14fbe2 into master Oct 10, 2023
@aarmoa aarmoa deleted the feat/sync_mainnet_ini_with_python_sdk branch October 10, 2023 03:52
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.

2 participants