Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.08 KB

OptionsMMP.md

File metadata and controls

20 lines (15 loc) · 1.08 KB

Io.Gate.GateApi.Model.OptionsMMP

MMP Settings

Properties

Name Type Description Notes
Underlying string Underlying
Window int Time window (milliseconds), between 1-5000, 0 means disabling MMP
FrozenPeriod int Freeze duration (milliseconds), 0 means always frozen, need to call reset API to unfreeze
QtyLimit string Trading volume upper limit (positive number, up to 2 decimal places)
DeltaLimit string Upper limit of net delta value (positive number, up to 2 decimal places)
TriggerTimeMs long Trigger freeze time (milliseconds), 0 means no freeze is triggered [optional] [readonly]
FrozenUntilMs long 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]