资产交易类型

//未知类型 TypeUnknown AccountVersionReason = "0" /*============冻结===============*/ //交易所挂单冻结 TypeOrderSubmitLock AccountVersionReason = "1" //房产竞价押金冻结 TypePledgeLock AccountVersionReason = "2" /*============解冻===============*/ //交易所撤单解冻 TypeOrderSubmitUnlock AccountVersionReason = "3" //房产竞价押金解冻 TypePledgeUnlock AccountVersionReason = "4" /*============转账===============*/ //用户钱包操作转账 TypeMemberTransfer AccountVersionReason = "5" //交易所内操作转账 TypeOrderTransfer AccountVersionReason = "6" //区块链 充值 TypeDeposit AccountVersionReason = "7" //区块链 提现 TypeWithdraw AccountVersionReason = "8" //提现冻结 TypeWithdrawLock AccountVersionReason = "9" //提现失败退款 TypeWithdrawRefund AccountVersionReason = "10" //系统加款 TypeSystemIncrease AccountVersionReason = "11" /*============分红===============*/ //债券分红 TypeBonus AccountVersionReason = "12" /*============退款===============*/ //普通退款 TypeRefund AccountVersionReason = "13" //债券赎回退款 TypeRedeemRefund AccountVersionReason = "14" /*============支付===============*/ //债券购买支付 TypeBuyBond AccountVersionReason = "15" //竞价押金支付 TypePledgeLockPay AccountVersionReason = "16" //竞价支付 TypePledgekPay AccountVersionReason = "17" //用户钱包 转账 转入 TypeMemberTransferIn AccountVersionReason = "18" //用户钱包 转账 转出 TypeMemberTransferOut AccountVersionReason = "19" //交易所内操作转账 转入 TypeOrderTransferIn AccountVersionReason = "20" //交易所内操作转账 转出 TypeOrderTransferOut AccountVersionReason = "21" /*============手续费===============*/ //扣除手续费 TypeDeductCharge AccountVersionReason = "25" //退回手续费 TypeRefundCharge AccountVersionReason = "26" /*============法币业务===============*/ // 转入 TypeLegalAccountTransferIn AccountVersionReason = "27" // 转出 TypeLegalAccountTransferOut AccountVersionReason = "28" // 法币账户提现 TypeLegalAccountLoad LegalAccountVersionReason = "29" // 法币账户提现退回 TypeLegalAccountLoadRefund LegalAccountVersionReason = "30" // 法币账户充值 TypeLegalAccountUnload LegalAccountVersionReason = "31" // 法币账户线下储蓄 录入 TypeLegalAccountEnter LegalAccountVersionReason = "32" // 法币账户 退款 TypeLegalAccountRefund LegalAccountVersionReason = "33"