Skip to content

Conversation

@aarmoa
Copy link
Collaborator

@aarmoa aarmoa commented Oct 9, 2023

@aarmoa aarmoa requested a review from vinhphuctadang October 9, 2023 19:59
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.

3 participants