Functions
getTokenMaxTradingVolumeId
Rule Setters and Getters Retrieve the token max trading volume rule idName | Type | Description |
---|---|---|
_action | ActionTypes | the action type(this left in to keep signatures the same for dependent apis) |
Name | Type | Description |
---|---|---|
<none> | uint32 | tokenMaxTradingVolumeRuleId rule id |
setTokenMaxTradingVolumeId
that setting a rule will automatically activate it. Set the TokenMaxTradingVolume. Restricted to rule administrators only.Name | Type | Description |
---|---|---|
_actions | ActionTypes[] | the action types |
_ruleId | uint32 | Rule Id to set |
setTokenMaxTradingVolumeIdFull
that setting a rule will automatically activate it. Set the setAccountMinMaxTokenBalanceRule suite. Restricted to rule administrators only.Name | Type | Description |
---|---|---|
_actions | ActionTypes[] | actions to have the rule applied to |
_ruleId | uint32 | Rule Id corresponding to the actions |
clearTokenMaxTradingVolume
Clear the rule data structureclearTokenMaxTradingVolumeAccumulators
Clear the rule data accumulatorsclearTokenMaxTradingVolumeSingleAction
Clear the rule data structuresetTokenMaxTradingVolumeIdUpdate
that setting a rule will automatically activate it. Set the TokenMaxTradingVolume.Name | Type | Description |
---|---|---|
_action | ActionTypes | the action type to set the rule |
_ruleId | uint32 | Rule Id to set |
activateTokenMaxTradingVolume
Tells you if the token max trading volume rule is active or not.Name | Type | Description |
---|---|---|
_actions | ActionTypes[] | the action type |
_on | bool | boolean representing if the rule is active |
isTokenMaxTradingVolumeActive
Tells you if the token max trading volume rule is active or not.Name | Type | Description |
---|---|---|
_action | ActionTypes | the action type |
Name | Type | Description |
---|---|---|
<none> | bool | boolean representing if the rule is active |