MngCreateCopyRewardPolicy¶
Creates a reward policy for a Copy Trading master.
Access¶
SESSION_MANAGER, SESSION_ADMIN, SESSION_DEALER, SESSION_CRM_MANAGER, SESSION_CRM_ADMIN.
Request Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
master_id |
int | Yes | Copy master id |
reward_type |
int | Yes | Reward model |
enabled |
int | No | 1 enabled, 0 disabled |
billing_period |
string | No | Billing period marker, for example monthly |
fee_amount |
double | No | Fixed fee amount |
fee_percent |
double | No | Percent fee |
currency |
string | No | Fee currency |
payout_account_login |
int | No | Master payout account login |
hwm_enabled |
int | No | High-water mark flag |
Response Data¶
Returns the created reward policy object.