using Muchinfo.MTPClient.Data.Enums; namespace Muchinfo.MTPClient.Data.Model.Account { public class AccountMessage { #region Properties of AccountMessage (4) public eAccountStatus AccountStatus { get; set; } public eAccountType AccountType { get; set; } public int RiskRateID { get; set; } public string TradeCode { get; set; } #endregion Properties of AccountMessage (4) } }