Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.05 KB

OptionsMMP.md

File metadata and controls

17 lines (13 loc) · 1.05 KB

OptionsMMP

MMP Settings

Properties

Name Type Description Notes
underlying str Underlying
window int Time window (milliseconds), between 1-5000, 0 means disabling MMP
frozen_period int Freeze duration (milliseconds), 0 means always frozen, need to call reset API to unfreeze
qty_limit str Trading volume upper limit (positive number, up to 2 decimal places)
delta_limit str Upper limit of net delta value (positive number, up to 2 decimal places)
trigger_time_ms int Trigger freeze time (milliseconds), 0 means no freeze is triggered [optional] [readonly]
frozen_until_ms int Unfreeze time (milliseconds). If the freeze duration is not configured, there will be no unfreeze time after the freeze is triggered. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]