Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.16 KB

OptionsMMPReset.md

File metadata and controls

20 lines (15 loc) · 1.16 KB

Io.Gate.GateApi.Model.OptionsMMPReset

MMP Reset

Properties

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