-
Notifications
You must be signed in to change notification settings - Fork 42
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
Conversation
aarmoa
commented
Oct 9, 2023
- Changed mainnet.ini file to make it equal to Python SDK after adding the latest markets (feat/add_new_spot_and_deriv_markets sdk-python#256)
client/metadata/assets/mainnet.ini
Outdated
base = 8 | ||
quote = 6 | ||
min_price_tick_size = 0.000001 | ||
min_display_price_tick_size = 1e-06 |
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.
min_display_price_tick_size = 1e-04
client/metadata/assets/mainnet.ini
Outdated
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 |
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.
min_display_quantity_tick_size = 1
(=min_quantity_tick_size/10^8)
client/metadata/assets/mainnet.ini
Outdated
base = 8 | ||
quote = 6 | ||
min_price_tick_size = 0.000001 | ||
min_display_price_tick_size = 9.999999999999999e-05 |
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.
min_display_price_tick_size = 0.0001
client/metadata/assets/mainnet.ini
Outdated
base = 8 | ||
quote = 6 | ||
min_price_tick_size = 0.000001 | ||
min_display_price_tick_size = 9.999999999999999e-05 |
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.
min_display_price_tick_size = 0.0001
client/metadata/assets/mainnet.ini
Outdated
base = 8 | ||
quote = 6 | ||
min_price_tick_size = 0.000001 | ||
min_display_price_tick_size = 9.999999999999999e-05 |
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.
min_display_price_tick_size = 0.0001
client/metadata/assets/mainnet.ini
Outdated
base = 6 | ||
quote = 6 | ||
min_price_tick_size = 0.0001 | ||
min_display_price_tick_size = 9.999999999999999e-05 |
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.
min_display_price_tick_size = 0.0001
client/metadata/assets/mainnet.ini
Outdated
base = 0 | ||
quote = 6 | ||
min_price_tick_size = 1000 | ||
min_display_price_tick_size = 0.0001 |
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.
min_display_price_tick_size = 0.001
( = min_price_tick_size / 10^6)
client/metadata/assets/mainnet.ini
Outdated
base = 0 | ||
quote = 6 | ||
min_price_tick_size = 1000000 | ||
min_display_price_tick_size = 0.0001 |
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.
min_display_price_tick_size = 1
client/metadata/assets/mainnet.ini
Outdated
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 |
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.
min_display_quantity_tick_size = 0.0001
(for perp min_quantity_tick_size = min_display_quantity_tick_size)
client/metadata/assets/mainnet.ini
Outdated
base = 0 | ||
quote = 6 | ||
min_price_tick_size = 100000 | ||
min_display_price_tick_size = 0.0001 |
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.
min_display_price_tick_size = 0.1