12. Lấy cấu hình cắt lỗ

{
    "total": 1,
    "data": [
        {
            "investorId": 1000000036,
            "investorAccountId": 1000000036,
            "cutLossRate": 0.2,
            "trailingEnabled": false,
            "createdDate": "2022-11-10T03:12:40.462Z",
            "modifiedDate": "2025-11-26T03:12:50.692Z",
            "maxCutLossRate": 0.4,
            "autoIncreaseDealRate": true,
            "enableAutoDealDepositNoti": true
        }
    ]
}
  • Mô tả (các field quan trọng):

    • cutLossRate: tỉ lệ cắt lỗ

    • trailingEnabled: bật tắt tinh năng trailing stop

    • enableAutoDealDepositNoti: bật tắt tự động nộp cọc vào deal

Last updated