using System.ComponentModel; public class FuncCode { /// /// 公共通知消息头(0, 0, 1) /// [Description("公共通知消息头")] public const int FID_NotifyHead = 1; /// /// 公共通知消息(0, 0, 2) /// [Description("公共通知消息")] public const int FID_CommonNtf = 2; /// /// 用户登录请求(0, 1, 1) /// [Description("用户登录请求")] public const int FID_LoginReq = 65537; /// /// 用户登录应答(0, 1, 2) /// [Description("用户登录应答")] public const int FID_LoginRsp = 65538; /// /// 用户登出请求(0, 1, 3) /// [Description("用户登出请求")] public const int FID_LogoutReq = 65539; /// /// 用户登出应答(0, 1, 4) /// [Description("用户登出应答")] public const int FID_LogoutRsp = 65540; /// /// 用户令牌校验请求(0, 1, 5) /// [Description("用户令牌校验请求")] public const int FID_TokenCheckReq = 65541; /// /// 用户令牌校验应答(0, 1, 6) /// [Description("用户令牌校验应答")] public const int FID_TokenCheckRsp = 65542; /// /// 修改账户密码请求(0, 1, 7) /// [Description("修改账户密码请求")] public const int FID_ModifyPwdReq = 65543; /// /// 修改账户密码应答(0, 1, 8) /// [Description("修改账户密码应答")] public const int FID_ModifyPwdRsp = 65544; /// /// 通用错误通知(0, 2, 1) /// [Description("通用错误通知")] public const int FID_ErrorNtf = 131073; /// /// 客户离线通知(0, 2, 2) /// [Description("客户离线通知")] public const int FID_CustOfflineNtf = 131074; /// /// 头寸变化通知(0, 2, 3) /// [Description("头寸变化通知")] public const int FID_PosChangedNtf = 131075; /// /// 资金变化通知(0, 2, 4) /// [Description("资金变化通知")] public const int FID_MoneyChangedNtf = 131076; /// /// 持仓变化通知(0, 2, 5) /// [Description("持仓变化通知")] public const int FID_HoldsChangedNtf = 131077; /// /// 公告消息推送(0, 2, 6) /// [Description("公告消息推送")] public const int FID_BltMsgNtf = 131078; /// /// 平仓单平仓明细(0, 2, 7) /// [Description("平仓单平仓明细")] public const int FID_ArrayCloseInfo = 131079; /// /// 报单通知(0, 2, 8) /// [Description("报单通知")] public const int FID_DeclareOrderNtf = 131080; /// /// 委托单成交通知(0, 2, 9) /// [Description("委托单成交通知")] public const int FID_OrderDealedNtf = 131081; /// /// 委托单失效通知(0, 2, 10) /// [Description("委托单失效通知")] public const int FID_OrderFailedNtf = 131082; /// /// 委托单被平通知(0, 2, 11) /// [Description("委托单被平通知")] public const int FID_OrderClosedNtf = 131083; /// /// 委托单撤单通知(0, 2, 12) /// [Description("委托单撤单通知")] public const int FID_OrderCanceledNtf = 131084; /// /// 操作变更通知(0, 2, 13) /// [Description("操作变更通知")] public const int FID_OperateChangeNtf = 131085; /// /// 风控通知(0, 2, 14) /// [Description("风控通知")] public const int FID_RiskControlNtf = 131086; /// /// 强制平仓状态通知(0, 2, 15) /// [Description("强制平仓状态通知")] public const int FID_ForceCloseStatusNtf = 131087; /// /// 强制平仓成交通知(0, 2, 16) /// [Description("强制平仓成交通知")] public const int FID_ForceCloseDealedNtf = 131088; /// /// 市场状态变更通知(0, 2, 17) /// [Description("市场状态变更通知")] public const int FID_MarketStatusChangeNtf = 131089; /// /// 商品状态变更通知(0, 2, 18) /// [Description("商品状态变更通知")] public const int FID_GoodsStatusChangeNtf = 131090; /// /// 账户变更通知(0, 2, 19) /// [Description("账户变更通知")] public const int FID_AccountChangeNtf = 131091; /// /// 开休市计划通知(0, 2, 20) /// [Description("开休市计划通知")] public const int FID_MarketPlanChangeNtf = 131092; /// /// 开休市计划消息(0, 2, 21) /// [Description("开休市计划消息")] public const int FID_MarketPlanChange = 131093; /// /// 商品变更通知(0, 2, 22) /// [Description("商品变更通知")] public const int FID_GoodsChangeNtf = 131094; /// /// 手动修改市场状态请求(0, 2, 23) /// [Description("手动修改市场状态请求")] public const int FID_ManualChangeMarketReq = 131095; /// /// 手动修改市场状态响应(0, 2, 24) /// [Description("手动修改市场状态响应")] public const int FID_ManualChangeMarketRsp = 131096; /// /// 结算结果通知(0, 2, 25) /// [Description("结算结果通知")] public const int FID_ReckonResultNtf = 131097; /// /// 市场状态手工变化通知(0, 2, 26) /// [Description("市场状态手工变化通知")] public const int FID_MarketStatusManualChangeNtf = 131098; /// /// 商品状态手工变更通知(0, 2, 27) /// [Description("商品状态手工变更通知")] public const int FID_GoodsStatusManualChangeNtf = 131099; /// /// 库位数据(0, 2, 30) /// [Description("库位数据")] public const int FID_WRLocationInfo = 131102; /// /// 提单数据(0, 2, 29) /// [Description("提单数据")] public const int FID_LadingBillInfo = 131101; /// /// 仓单数据(0, 2, 28) /// [Description("仓单数据")] public const int FID_WRInfo = 131100; /// /// 仓单注册审核已通过(0, 2, 31) /// [Description("仓单注册审核已通过")] public const int FID_ReceiptRegisterSuccessNtf = 131103; /// /// 商品停牌计划变更通知(0, 2, 32) /// [Description("商品停牌计划变更通知")] public const int FID_GoodsClosePlanChangeNtf = 131104; /// /// 用户账号数据变更(0, 2, 33) /// [Description("用户账号数据变更")] public const int FID_AccountDataChange = 131105; /// /// 用户变更通知(0, 2, 34) /// [Description("用户变更通知")] public const int FID_UserChangeNtf = 131106; /// /// 登录账户数据变更(0, 2, 35) /// [Description("登录账户数据变更")] public const int FID_LoginAccChange = 131107; /// /// 登录账户变更通知(0, 2, 36) /// [Description("登录账户变更通知")] public const int FID_LoginAccChangeNtf = 131108; /// /// 供应链金融业务状态通知(0, 2, 37) /// [Description("供应链金融业务状态通知")] public const int FID_SCFBusinessStatusNtf = 131109; /// /// 仓单贸易成交通知(0, 2, 38) /// [Description("仓单贸易成交通知")] public const int FID_WRTradeDealedNtf = 131110; /// /// 履约计划步骤处理完成通知(0, 2, 39) /// [Description("履约计划步骤处理完成通知")] public const int FID_PerformancePlanStepProcessedNtf = 131111; /// /// 交易委托请求(0, 3, 1) /// [Description("交易委托请求")] public const int FID_OrderReq = 196609; /// /// 交易委托应答(0, 3, 2) /// [Description("交易委托应答")] public const int FID_OrderRsp = 196610; /// /// 撤单请求(0, 3, 3) /// [Description("撤单请求")] public const int FID_CancelOrderReq = 196611; /// /// 撤单应答(0, 3, 4) /// [Description("撤单应答")] public const int FID_CancelOrderRsp = 196612; /// /// 风控斩仓请求(0, 3, 5) /// [Description("风控斩仓请求")] public const int FID_RiskCloseReq = 196613; /// /// 风控斩仓响应(0, 3, 6) /// [Description("风控斩仓响应")] public const int FID_RiskCloseRsp = 196614; /// /// 仓单持仓转换请求(0, 3, 7) /// [Description("仓单持仓转换请求")] public const int FID_WairhouseReceiptHolderTranslateReq = 196615; /// /// 仓单持仓转换响应(0, 3, 8) /// [Description("仓单持仓转换响应")] public const int FID_WairhouseReceiptHolderTranslateRsp = 196616; /// /// 账户操作子指令(0, 4, 1) /// [Description("账户操作子指令")] public const int FID_SubCommand = 262145; /// /// 账户操作指令请求(0, 4, 2) /// [Description("账户操作指令请求")] public const int FID_AccountCommandReq = 262146; /// /// 账户操作指令应答(0, 4, 3) /// [Description("账户操作指令应答")] public const int FID_AccountCommandRsp = 262147; /// /// 资金操作指令(0, 4, 4) /// [Description("资金操作指令")] public const int FID_FundOperationCmd = 262148; /// /// 持仓操作指令(0, 4, 5) /// [Description("持仓操作指令")] public const int FID_PositionOperationCmd = 262149; /// /// 账户资金信息请求(0, 4, 6) /// [Description("账户资金信息请求")] public const int FID_AccountFundInfoReq = 262150; /// /// 账户资金信息响应(0, 4, 7) /// [Description("账户资金信息响应")] public const int FID_AccountFundInfoRsp = 262151; /// /// 仓单头寸操作指令(0, 4, 8) /// [Description("仓单头寸操作指令")] public const int FID_WRPositionOperationCmd = 262152; /// /// 仓单订单头寸操作指令(0, 4, 9) /// [Description("仓单订单头寸操作指令")] public const int FID_TradeWRPositionOperationCmd = 262153; /// /// 仓单订单头寸汇总查询指令(0, 4, 10) /// [Description("仓单订单头寸汇总查询指令")] public const int FID_TradeWRPositionQueryCmd = 262154; /// /// 通用查询请求(1, 5, 1) /// [Description("通用查询请求")] public const int FID_QueryCommonReq = 17104897; /// /// 通用查询参数信息(1, 5, 2) /// [Description("通用查询参数信息")] public const int FID_ParamValue = 17104898; /// /// 字段信息(1, 5, 3) /// [Description("字段信息")] public const int FID_FieldInfo = 17104899; /// /// 行数据(1, 5, 4) /// [Description("行数据")] public const int FID_RowValue = 17104900; /// /// 通用查询应答(1, 5, 5) /// [Description("通用查询应答")] public const int FID_QueryCommonRsp = 17104901; /// /// 获取最后更新时间请求(1, 5, 6) /// [Description("获取最后更新时间请求")] public const int FID_LastUpdateTimeReq = 17104902; /// /// 获取最后更新时间应答(1, 5, 7) /// [Description("获取最后更新时间应答")] public const int FID_LastUpdateTimeRsp = 17104903; /// /// 市场查询请求(1, 5, 8) /// [Description("市场查询请求")] public const int FID_MarketsQueryReq = 17104904; /// /// 市场查询应答(1, 5, 9) /// [Description("市场查询应答")] public const int FID_MarketsQueryRsp = 17104905; /// /// 市场信息(1, 5, 10) /// [Description("市场信息")] public const int FID_MarketsInfo = 17104906; /// /// 商品查询请求(1, 5, 11) /// [Description("商品查询请求")] public const int FID_GoodsQueryReq = 17104907; /// /// 商品查询应答(1, 5, 12) /// [Description("商品查询应答")] public const int FID_GoodsQueryRsp = 17104908; /// /// 商品信息(1, 5, 13) /// [Description("商品信息")] public const int FID_GoodsInfo = 17104909; /// /// 枚举常量字典查询请求(1, 5, 14) /// [Description("枚举常量字典查询请求")] public const int FID_DictionaryQueryReq = 17104910; /// /// 枚举常量字典查询应答(1, 5, 15) /// [Description("枚举常量字典查询应答")] public const int FID_DictionaryQueryRsp = 17104911; /// /// 枚举信息(1, 5, 16) /// [Description("枚举信息")] public const int FID_DictionaryInfo = 17104912; /// /// 错误码字典查询请求(1, 5, 17) /// [Description("错误码字典查询请求")] public const int FID_ErrorCodeQueryReq = 17104913; /// /// 错误码字典查询应答(1, 5, 18) /// [Description("错误码字典查询应答")] public const int FID_ErrorCodeQueryRsp = 17104914; /// /// 错误码信息(1, 5, 19) /// [Description("错误码信息")] public const int FID_ErrorCodeInfo = 17104915; /// /// 终端系统参数查询请求(1, 5, 20) /// [Description("终端系统参数查询请求")] public const int FID_ConfigQueryReq = 17104916; /// /// 终端系统参数查询应答(1, 5, 21) /// [Description("终端系统参数查询应答")] public const int FID_ConfigQueryRsp = 17104917; /// /// 参数信息(1, 5, 22) /// [Description("参数信息")] public const int FID_ConfigInfo = 17104918; /// /// 市场运行计划查询请求(1, 5, 23) /// [Description("市场运行计划查询请求")] public const int FID_MarketRunQueryReq = 17104919; /// /// 市场运行计划查询应答(1, 5, 24) /// [Description("市场运行计划查询应答")] public const int FID_MarketRunQueryRsp = 17104920; /// /// 市场及其日计划信息(1, 5, 25) /// [Description("市场及其日计划信息")] public const int FID_MarketRun = 17104921; /// /// 市场日运行计划信息(1, 5, 26) /// [Description("市场日运行计划信息")] public const int FID_DayRun = 17104922; /// /// 风险协议书查询请求(1, 5, 27) /// [Description("风险协议书查询请求")] public const int FID_RiskTipQueryReq = 17104923; /// /// 风险协议书查询应答(1, 5, 28) /// [Description("风险协议书查询应答")] public const int FID_RiskTipQueryRsp = 17104924; /// /// 登录查询请求(1, 5, 29) /// [Description("登录查询请求")] public const int FID_LoginQueryReq = 17104925; /// /// 登录查询应答(1, 5, 30) /// [Description("登录查询应答")] public const int FID_LoginQueryRsp = 17104926; /// /// 账户信息(1, 5, 31) /// [Description("账户信息")] public const int FID_AccountInfo = 17104927; /// /// 账户相关信息(1, 5, 32) /// [Description("账户相关信息")] public const int FID_TAAccountAll = 17104928; /// /// 资金账户信息(1, 5, 33) /// [Description("资金账户信息")] public const int FID_TaAccountInfo = 17104929; /// /// 持仓头寸信息(1, 5, 34) /// [Description("持仓头寸信息")] public const int FID_TradePosition = 17104930; /// /// 商品规则和费用(1, 5, 35) /// [Description("商品规则和费用")] public const int FID_GoodsRuleAndFee = 17104931; /// /// 商品规则类型(1, 5, 36) /// [Description("商品规则类型")] public const int FID_GoodsRule = 17104932; /// /// 商品保证金信息(1, 5, 37) /// [Description("商品保证金信息")] public const int FID_GoodsMarginConfig = 17104933; /// /// 未读通知查询请求(1, 5, 38) /// [Description("未读通知查询请求")] public const int FID_NoticeQueryReq = 17104934; /// /// 未读通知查询应答(1, 5, 39) /// [Description("未读通知查询应答")] public const int FID_NoticeQueryRsp = 17104935; /// /// 未读通知查询应答(1, 5, 40) /// [Description("未读通知查询应答")] public const int FID_NoticeInfo = 17104936; /// /// 菜单查询(1, 5, 41) /// [Description("菜单查询")] public const int FID_FuncMenuReq = 17104937; /// /// 菜单查询查询应答(1, 5, 42) /// [Description("菜单查询查询应答")] public const int FID_FuncMenuRsp = 17104938; /// /// 菜单权限(1, 5, 43) /// [Description("菜单权限")] public const int FID_FuncMenu = 17104939; /// /// 交割商品查询(1, 5, 44) /// [Description("交割商品查询")] public const int FID_DeliveryGoodsQueryReq = 17104940; /// /// 交割商品应答(1, 5, 45) /// [Description("交割商品应答")] public const int FID_DeliveryGoodsQueryRsp = 17104941; /// /// 交割商品信息(1, 5, 46) /// [Description("交割商品信息")] public const int FID_DeliveryGoodsInfo = 17104942; /// /// 可点选仓单查询(1, 5, 47) /// [Description("可点选仓单查询")] public const int FID_DeliveryWRReq = 17104943; /// /// 可点选仓单应答(1, 5, 48) /// [Description("可点选仓单应答")] public const int FID_DeliveryWRRsp = 17104944; /// /// 商品价差信息(1, 5, 49) /// [Description("商品价差信息")] public const int FID_GoodsDeliveryPrice = 17104945; /// /// 可点选仓单信息(1, 5, 50) /// [Description("可点选仓单信息")] public const int FID_TradeWRPosition = 17104946; /// /// 要素信息(1, 5, 51) /// [Description("要素信息")] public const int FID_PriceMove = 17104947; /// /// 交割申报请求(0, 6, 1) /// [Description("交割申报请求")] public const int FID_DeliveryOrderReq = 393217; /// /// 交割申报应答(0, 6, 2) /// [Description("交割申报应答")] public const int FID_DeliveryOrderRsp = 393218; /// /// 交割申报仓单明细(0, 6, 3) /// [Description("交割申报仓单明细")] public const int FID_WrDetail = 393219; /// /// 交割申报单明细(0, 6, 4) /// [Description("交割申报单明细")] public const int FID_DeliveryOrderDetail = 393220; /// /// 交割申请审核通知(0, 6, 5) /// [Description("交割申请审核通知")] public const int FID_DeliveryAuditNtf = 393221; /// /// 交割协议平仓请求(0, 6, 6) /// [Description("交割协议平仓请求")] public const int FID_DeliveryDealCloseReq = 393222; /// /// 交割协议平仓应答(0, 6, 7) /// [Description("交割协议平仓应答")] public const int FID_DeliveryDealCloseRsp = 393223; /// /// 交割成交请求(0, 6, 8) /// [Description("交割成交请求")] public const int FID_DeliveryTradeReq = 393224; /// /// 交割成交应答(0, 6, 9) /// [Description("交割成交应答")] public const int FID_DeliveryTradeRsp = 393225; /// /// 交割成交通知(0, 6, 10) /// [Description("交割成交通知")] public const int FID_DeliveryDealNtf = 393226; /// /// 签约请求(0, 9, 1) /// [Description("签约请求")] public const int FID_t2bBankSignReq = 589825; /// /// 签约应答(0, 9, 2) /// [Description("签约应答")] public const int FID_t2bBankSignRsp = 589826; /// /// 解约请求(0, 9, 3) /// [Description("解约请求")] public const int FID_t2bBankCancelSignReq = 589827; /// /// 解约应答(0, 9, 4) /// [Description("解约应答")] public const int FID_t2bBankCancelSignRsp = 589828; /// /// 签到请求(0, 9, 5) /// [Description("签到请求")] public const int FID_t2bSignInReq = 589829; /// /// 签到应答(0, 9, 6) /// [Description("签到应答")] public const int FID_t2bSignInRsp = 589830; /// /// 客户信息上传请求(0, 9, 7) /// [Description("客户信息上传请求")] public const int FID_m2bRegistCustomerInfoReq = 589831; /// /// 客户信息上传应答(0, 9, 8) /// [Description("客户信息上传应答")] public const int FID_m2bRegistCustomerInfoRsp = 589832; /// /// 签退请求(0, 9, 9) /// [Description("签退请求")] public const int FID_t2bSignOutReq = 589833; /// /// 签退应答(0, 9, 10) /// [Description("签退应答")] public const int FID_t2bSignOutRsp = 589834; /// /// 注销上传的客户信息请求(0, 9, 11) /// [Description("注销上传的客户信息请求")] public const int FID_m2bUnregistCustomerInfoReq = 589835; /// /// 注销上传的客户信息应答(0, 9, 12) /// [Description("注销上传的客户信息应答")] public const int FID_m2bUnregistCustomerInfoRsp = 589836; /// /// 出金请求(0, 9, 13) /// [Description("出金请求")] public const int FID_t2bBankWithdrawReq = 589837; /// /// 出金应答(0, 9, 14) /// [Description("出金应答")] public const int FID_t2bBankWithdrawRsp = 589838; /// /// 银行端出金请求(0, 9, 15) /// [Description("银行端出金请求")] public const int FID_b2tBankWithdrawReq = 589839; /// /// 银行端出金应答(0, 9, 16) /// [Description("银行端出金应答")] public const int FID_b2tBankWithdrawRsp = 589840; /// /// 银行端入金请求(0, 9, 17) /// [Description("银行端入金请求")] public const int FID_b2tBankDepositReq = 589841; /// /// 银行端入金应答(0, 9, 18) /// [Description("银行端入金应答")] public const int FID_b2tBankDepositRsp = 589842; /// /// 入金请求(0, 9, 19) /// [Description("入金请求")] public const int FID_t2bBankDepositReq = 589843; /// /// 入金应答(0, 9, 20) /// [Description("入金应答")] public const int FID_t2bBankDepositRsp = 589844; /// /// 银行端签约请求(0, 9, 21) /// [Description("银行端签约请求")] public const int FID_b2tBankSignReq = 589845; /// /// 银行端签约应答(0, 9, 22) /// [Description("银行端签约应答")] public const int FID_b2tBankSignRsp = 589846; /// /// 银行端解约请求(0, 9, 23) /// [Description("银行端解约请求")] public const int FID_b2tBankCancelSignReq = 589847; /// /// 银行端解约应答(0, 9, 24) /// [Description("银行端解约应答")] public const int FID_b2tBankCancelSignRsp = 589848; /// /// 银行端出金申请请求(0, 9, 25) /// [Description("银行端出金申请请求")] public const int FID_b2tBankWithdrawApplyForReq = 589849; /// /// 银行端出金申请应答(0, 9, 26) /// [Description("银行端出金申请应答")] public const int FID_b2tBankWithdrawApplyForRsp = 589850; /// /// 银行端审核结果通知请求(0, 9, 27) /// [Description("银行端审核结果通知请求")] public const int FID_b2tBankConfirmReq = 589851; /// /// 银行端审核结果通知应答(0, 9, 28) /// [Description("银行端审核结果通知应答")] public const int FID_b2tBankConfirmRsp = 589852; /// /// 短信验证码请求(0, 9, 29) /// [Description("短信验证码请求")] public const int FID_t2bSMSVerificationCodeReq = 589853; /// /// 短信验证码应答(0, 9, 30) /// [Description("短信验证码应答")] public const int FID_t2bSMSVerificationCodeRsp = 589854; /// /// 商品信息上传请求(0, 9, 31) /// [Description("商品信息上传请求")] public const int FID_t2bProductInfoReq = 589855; /// /// 商品信息上传应答(0, 9, 32) /// [Description("商品信息上传应答")] public const int FID_t2bProductInfoRsp = 589856; /// /// 付款请求(0, 9, 33) /// [Description("付款请求")] public const int FID_t2bPayMoneyReq = 589857; /// /// 付款应答(0, 9, 34) /// [Description("付款应答")] public const int FID_t2bPayMoneyRsp = 589858; /// /// 付款确认请求(0, 9, 35) /// [Description("付款确认请求")] public const int FID_t2bPayMoneyConfirmReq = 589859; /// /// 付款确认应答(0, 9, 36) /// [Description("付款确认应答")] public const int FID_t2bPayMoneyConfirmRsp = 589860; /// /// 账户服务操作账户应答(0, 9, 37) /// [Description("账户服务操作账户应答")] public const int FID_bs2asAccOperateRsp = 589861; /// /// 账户服务冻结资金应答(0, 9, 38) /// [Description("账户服务冻结资金应答")] public const int FID_bs2asFrozenRsp = 589862; /// /// 账户服务解冻资金应答(0, 9, 39) /// [Description("账户服务解冻资金应答")] public const int FID_bs2asUnfreezeRsp = 589863; /// /// 账户服务解冻并且扣款应答(0, 9, 40) /// [Description("账户服务解冻并且扣款应答")] public const int FID_bs2asUnfreezeAndOutRsp = 589864; /// /// 账户服务扣款应答(0, 9, 41) /// [Description("账户服务扣款应答")] public const int FID_bs2asOutBankRsp = 589865; /// /// 账户服务入金增加金额应答(0, 9, 42) /// [Description("账户服务入金增加金额应答")] public const int FID_bs2asInBankRsp = 589866; /// /// 开始上传客户信息请求(0, 9, 43) /// [Description("开始上传客户信息请求")] public const int FID_m2bInformToUploadUserInfoReq = 589867; /// /// 开始上传客户信息应答(0, 9, 44) /// [Description("开始上传客户信息应答")] public const int FID_m2bInformToUploadUserInfoRsp = 589868; /// /// 银行账户信息(0, 9, 45) /// [Description("银行账户信息")] public const int FID_ArrayBsBankAccInfos = 589869; /// /// 账户信息查询请求(0, 9, 46) /// [Description("账户信息查询请求")] public const int FID_t2bQueryAccInfosReq = 589870; /// /// 账户信息查询应答(0, 9, 47) /// [Description("账户信息查询应答")] public const int FID_t2bQueryAccInfosRsp = 589871; /// /// 交易所账号(0, 9, 48) /// [Description("交易所账号")] public const int FID_ArrayBsExchAccList = 589872; /// /// 商户账户信息查询请求(0, 9, 49) /// [Description("商户账户信息查询请求")] public const int FID_t2bQueryExchAccInfosReq = 589873; /// /// 商户账户信息查询应答(0, 9, 50) /// [Description("商户账户信息查询应答")] public const int FID_t2bQueryExchAccInfosRsp = 589874; /// /// 交易信息查询请求(0, 9, 51) /// [Description("交易信息查询请求")] public const int FID_t2bQueryBusinessStatusReq = 589875; /// /// 交易信息查询应答(0, 9, 52) /// [Description("交易信息查询应答")] public const int FID_t2bQueryBusinessStatusRsp = 589876; /// /// 链接地址查询请求(0, 9, 53) /// [Description("链接地址查询请求")] public const int FID_t2bQueryLinkAddrReq = 589877; /// /// 链接地址查询应答(0, 9, 54) /// [Description("链接地址查询应答")] public const int FID_t2bQueryLinkAddrRsp = 589878; /// /// 费用查询请求(0, 9, 55) /// [Description("费用查询请求")] public const int FID_t2bQueryExchChargeReq = 589879; /// /// 费用查询应答(0, 9, 56) /// [Description("费用查询应答")] public const int FID_t2bQueryExchChargeRsp = 589880; /// /// 交易所向中心报送文件请求(0, 9, 57) /// [Description("交易所向中心报送文件请求")] public const int FID_b2cInformFileReadyReq = 589881; /// /// 交易所向中心报送文件应答(0, 9, 58) /// [Description("交易所向中心报送文件应答")] public const int FID_b2cInformFileReadyRsp = 589882; /// /// 平台资金划转请求(0, 9, 59) /// [Description("平台资金划转请求")] public const int FID_t2bExchOutInBankReq = 589883; /// /// 平台资金划转应答(0, 9, 60) /// [Description("平台资金划转应答")] public const int FID_t2bExchOutInBankRsp = 589884; /// /// 中心向交易所报送文件请求(0, 9, 61) /// [Description("中心向交易所报送文件请求")] public const int FID_c2bInformFileReadyReq = 589885; /// /// 中心向交易所报送文件应答(0, 9, 62) /// [Description("中心向交易所报送文件应答")] public const int FID_c2bInformFileReadyRsp = 589886; /// /// 中心通知链接地址信息请求(0, 9, 63) /// [Description("中心通知链接地址信息请求")] public const int FID_c2bInformLinkAddrReq = 589887; /// /// 对账文件通知处理请求(0, 9, 64) /// [Description("对账文件通知处理请求")] public const int FID_bsOnInformAccCheckFileReq = 589888; /// /// 对账文件通知处理应答(0, 9, 65) /// [Description("对账文件通知处理应答")] public const int FID_bsOnInformAccCheckFileRsp = 589889; /// /// 准备对账请求(0, 9, 66) /// [Description("准备对账请求")] public const int FID_bsPrepareDataForAccCheckReq = 589890; /// /// 准备对账应答(0, 9, 67) /// [Description("准备对账应答")] public const int FID_bsPrepareDataForAccCheckRsp = 589891; /// /// 对账请求(0, 9, 68) /// [Description("对账请求")] public const int FID_bsAccCheckReq = 589892; /// /// 通知交易端处理单边账请求(0, 9, 69) /// [Description("通知交易端处理单边账请求")] public const int FID_bs2tInformAccCheckResReq = 589893; /// /// 通知交易端处理单边账应答(0, 9, 70) /// [Description("通知交易端处理单边账应答")] public const int FID_bs2tInformAccCheckResRsp = 589894; /// /// 交易端通知所有单边账处理完毕请求(0, 9, 71) /// [Description("交易端通知所有单边账处理完毕请求")] public const int FID_t2bInformAdjustFinishReq = 589895; /// /// 交易端通知所有单边账处理完毕应答(0, 9, 72) /// [Description("交易端通知所有单边账处理完毕应答")] public const int FID_t2bInformAdjustFinishRsp = 589896; /// /// 控制服务广播消息请求(0, 9, 73) /// [Description("控制服务广播消息请求")] public const int FID_cs2bsInformMsgReq = 589897; /// /// 通知控制服务业务处理状态(0, 9, 74) /// [Description("通知控制服务业务处理状态")] public const int FID_bs2csInformMsgReq = 589898; /// /// 交易所审核结果通知请求(0, 9, 75) /// [Description("交易所审核结果通知请求")] public const int FID_t2bExchConfirmBusinessReq = 589899; /// /// 交易所审核结果通知应答(0, 9, 76) /// [Description("交易所审核结果通知应答")] public const int FID_t2bExchConfirmBusinessRsp = 589900; /// /// 实时行情(1, 19, 1) /// [Description("实时行情")] public const int FID_RealtimeQuote = 18022401; /// /// 商品码(1, 19, 2) /// [Description("商品码")] public const int FID_WareCode = 18022402; /// /// 实时行情请求(1, 19, 3) /// [Description("实时行情请求")] public const int FID_RealtimeQuoteReq = 18022403; /// /// 实时行情应答(1, 19, 4) /// [Description("实时行情应答")] public const int FID_RealtimeQuoteRsp = 18022404; /// /// 商品交易状态(1, 19, 5) /// [Description("商品交易状态")] public const int FID_MarketInfo = 18022405; /// /// 查询历史Tik数据请求(0, 19, 6) /// [Description("查询历史Tik数据请求")] public const int FID_QueryHistoryTikReq = 1245190; /// /// 查询历史Tik数据请求(0, 19, 7) /// [Description("查询历史Tik数据请求")] public const int FID_QueryWareLastTikReq = 1245191; /// /// MTP查询历史tik数据请求(0, 19, 8) /// [Description("MTP查询历史tik数据请求")] public const int FID_QueryMTPWareLastTikReq = 1245192; /// /// 商品报价(1, 19, 9) /// [Description("商品报价")] public const int FID_ArrayGoodsQuote = 18022409; /// /// MTP查询历史tik数据响应(0, 19, 10) /// [Description("MTP查询历史tik数据响应")] public const int FID_QueryMTPWareLastTikRsp = 1245194; /// /// 历史tik查询结果(0, 19, 11) /// [Description("历史tik查询结果")] public const int FID_QueryHistoryTikRep = 1245195; /// /// 商品信息(1, 19, 12) /// [Description("商品信息")] public const int FID_WareInfo = 18022412; /// /// 查询数据请求(0, 19, 13) /// [Description("查询数据请求")] public const int FID_DaysDataReq = 1245197; /// /// 盘面数据(1, 19, 14) /// [Description("盘面数据")] public const int FID_DaysData = 18022414; /// /// 盘面数据响应(0, 19, 15) /// [Description("盘面数据响应")] public const int FID_DaysDataRsp = 1245199; /// /// 结算价查询(0, 19, 16) /// [Description("结算价查询")] public const int FID_SettlePriceReq = 1245200; /// /// 结算价(1, 19, 17) /// [Description("结算价")] public const int FID_SettlePrice = 18022417; /// /// 结算价查询应答(0, 19, 18) /// [Description("结算价查询应答")] public const int FID_SettlePriceRsp = 1245202; /// /// 行情数据报文(0, 19, 19) /// [Description("行情数据报文")] public const int FID_Quotation = 1245203; /// /// 结算价行情(0, 19, 20) /// [Description("结算价行情")] public const int FID_ReckonQuotation = 1245204; /// /// 履约交易申请请求(0, 20, 1) /// [Description("履约交易申请请求")] public const int FID_PerformanceTradeApplyReq = 1310721; /// /// 履约交易申请应答(0, 20, 2) /// [Description("履约交易申请应答")] public const int FID_PerformanceTradeApplyRsp = 1310722; /// /// 履约手动确认请求(0, 20, 3) /// [Description("履约手动确认请求")] public const int FID_PerformanceManualConfirmReq = 1310723; /// /// 履约手动确认应答(0, 20, 4) /// [Description("履约手动确认应答")] public const int FID_PerformanceManualConfirmRsp = 1310724; /// /// 延期申请请求(0, 20, 5) /// [Description("延期申请请求")] public const int FID_PerformanceDelayApplyReq = 1310725; /// /// 延期申请应答(0, 20, 6) /// [Description("延期申请应答")] public const int FID_PerformanceDelayApplyRsp = 1310726; /// /// 延期审核请求(0, 20, 7) /// [Description("延期审核请求")] public const int FID_PerformanceDelayAuditReq = 1310727; /// /// 延期审核应答(0, 20, 8) /// [Description("延期审核应答")] public const int FID_PerformanceDelayAuditRsp = 1310728; /// /// 违约申请请求(0, 20, 9) /// [Description("违约申请请求")] public const int FID_PerformanceContractedApplyReq = 1310729; /// /// 违约申请应答(0, 20, 10) /// [Description("违约申请应答")] public const int FID_PerformanceContractedApplyRsp = 1310730; /// /// 违约审核请求(0, 20, 11) /// [Description("违约审核请求")] public const int FID_PerformanceContractedAuditReq = 1310731; /// /// 违约申请应答(0, 20, 12) /// [Description("违约申请应答")] public const int FID_PerformanceContractedAuditRsp = 1310732; /// /// 仓单转移请求(0, 21, 1) /// [Description("仓单转移请求")] public const int FID_ReceiptMoveReq = 1376257; /// /// 仓单转移回应(0, 21, 2) /// [Description("仓单转移回应")] public const int FID_ReceiptMoveRsp = 1376258; /// /// 库位操作请求(0, 21, 3) /// [Description("库位操作请求")] public const int FID_WarehouseSiteReq = 1376259; /// /// 库位操作回应(0, 21, 4) /// [Description("库位操作回应")] public const int FID_WarehouseSiteRsp = 1376260; /// /// 仓单拆解并冻结库位[仓单生成业务]请求(0, 21, 7) /// [Description("仓单拆解并冻结库位[仓单生成业务]请求")] public const int FID_ReceiptSplitReq = 1376263; /// /// 仓单拆解并冻结库位[仓单生成业务]回应(0, 21, 8) /// [Description("仓单拆解并冻结库位[仓单生成业务]回应")] public const int FID_ReceiptSplitRsp = 1376264; /// /// 仓单转订单申请请求(0, 21, 9) /// [Description("仓单转订单申请请求")] public const int FID_ReceiptToHoldApplyReq = 1376265; /// /// 仓单转订单申请回应(0, 21, 10) /// [Description("仓单转订单申请回应")] public const int FID_ReceiptToHoldApplyRsp = 1376266; /// /// 仓单转订单审核请求(0, 21, 11) /// [Description("仓单转订单审核请求")] public const int FID_ReceiptToHoldVerifyReq = 1376267; /// /// 仓单转订单审核回应(0, 21, 12) /// [Description("仓单转订单审核回应")] public const int FID_ReceiptToHoldVerifyRsp = 1376268; /// /// 订单转仓单申请请求(0, 21, 13) /// [Description("订单转仓单申请请求")] public const int FID_HoldToReceiptApplyReq = 1376269; /// /// 订单转仓单申请回应(0, 21, 14) /// [Description("订单转仓单申请回应")] public const int FID_HoldToReceiptApplyRsp = 1376270; /// /// 订单转仓单审核请求(0, 21, 15) /// [Description("订单转仓单审核请求")] public const int FID_HoldToReceiptVerifyReq = 1376271; /// /// 订单转仓单审核回应(0, 21, 16) /// [Description("订单转仓单审核回应")] public const int FID_HoldToReceiptVerifyRsp = 1376272; /// /// 提货申请请求(0, 21, 17) /// [Description("提货申请请求")] public const int FID_LadingApplyReq = 1376273; /// /// 提货申请回应(0, 21, 18) /// [Description("提货申请回应")] public const int FID_LadingApplyRsp = 1376274; /// /// 提货审核请求(0, 21, 19) /// [Description("提货审核请求")] public const int FID_LadingVerifyReq = 1376275; /// /// 提货审核回应(0, 21, 20) /// [Description("提货审核回应")] public const int FID_LadingVerifyRsp = 1376276; /// /// 仓单转移到买方--仓单服务内部处理(0, 21, 21) /// [Description("仓单转移到买方--仓单服务内部处理")] public const int FID_ReceiptMoveToBuyerReq = 1376277; /// /// 仓单贸易浮动价商品配置信息(0, 22, 1) /// [Description("仓单贸易浮动价商品配置信息")] public const int FID_WRGoodsInfo = 1441793; /// /// 仓单贸易挂牌委托请求(0, 22, 2) /// [Description("仓单贸易挂牌委托请求")] public const int FID_WRListingOrderReq = 1441794; /// /// 仓单贸易挂牌委托响应(0, 22, 3) /// [Description("仓单贸易挂牌委托响应")] public const int FID_WRListingOrderRsp = 1441795; /// /// 挂牌撤单请求(0, 22, 4) /// [Description("挂牌撤单请求")] public const int FID_WRListingCancelOrderReq = 1441796; /// /// 挂牌撤单应答(0, 22, 5) /// [Description("挂牌撤单应答")] public const int FID_WRListingCancelOrderRsp = 1441797; /// /// 摘牌委托请求(0, 22, 6) /// [Description("摘牌委托请求")] public const int FID_WRDelistingOrderReq = 1441798; /// /// 摘牌委托应答(0, 22, 7) /// [Description("摘牌委托应答")] public const int FID_WRDelistingOrderRsp = 1441799; /// /// 合同激活请求(0, 23, 1) /// [Description("合同激活请求")] public const int FID_ContractActivationReq = 1507329; /// /// 合同激活应答(0, 23, 2) /// [Description("合同激活应答")] public const int FID_ContractActivationRsp = 1507330; /// /// 合同确认请求(0, 23, 3) /// [Description("合同确认请求")] public const int FID_ContractConfirmReq = 1507331; /// /// 合同确认应答(0, 23, 4) /// [Description("合同确认应答")] public const int FID_ContractConfirmRsp = 1507332; /// /// 手动结息请求(0, 23, 5) /// [Description("手动结息请求")] public const int FID_ManualInterestSettlementReq = 1507333; /// /// 手动结息应答(0, 23, 6) /// [Description("手动结息应答")] public const int FID_ManualInterestSettlementRsp = 1507334; /// /// 仓单回购请求(0, 23, 7) /// [Description("仓单回购请求")] public const int FID_WarehouseRepurchaseReq = 1507335; /// /// 仓单回购应答(0, 23, 8) /// [Description("仓单回购应答")] public const int FID_WarehouseRepurchaseRsp = 1507336; /// /// 支付欠款请求(0, 23, 9) /// [Description("支付欠款请求")] public const int FID_PaymentArrearsReq = 1507337; /// /// 支付欠款应答(0, 23, 10) /// [Description("支付欠款应答")] public const int FID_PaymentArrearsRsp = 1507338; /// /// 违约确认请求(0, 23, 11) /// [Description("违约确认请求")] public const int FID_SCFBreachConfirmReq = 1507339; /// /// 违约确认应答(0, 23, 12) /// [Description("违约确认应答")] public const int FID_SCFBreachConfirmRsp = 1507340; /// /// 违约处理请求(0, 23, 13) /// [Description("违约处理请求")] public const int FID_SCFBreachHandleReq = 1507341; /// /// 违约处理应答(0, 23, 14) /// [Description("违约处理应答")] public const int FID_SCFBreachHandleRsp = 1507342; /// /// 关闭合同请求(0, 23, 15) /// [Description("关闭合同请求")] public const int FID_CloseContractReq = 1507343; /// /// 关闭合同应答(0, 23, 16) /// [Description("关闭合同应答")] public const int FID_CloseContractRsp = 1507344; /// /// 增加合作方资金请求(0, 23, 17) /// [Description("增加合作方资金请求")] public const int FID_AddPartnerFundReq = 1507345; /// /// 增加合作方资金应答(0, 23, 18) /// [Description("增加合作方资金应答")] public const int FID_AddPartnerfundRsp = 1507346; /// /// 手动还款请求(0, 23, 19) /// [Description("手动还款请求")] public const int FID_ManualRepayReq = 1507347; /// /// 手动还款应答(0, 23, 20) /// [Description("手动还款应答")] public const int FID_ManualRepayRsp = 1507348; /// /// 支付保证金请求(0, 23, 21) /// [Description("支付保证金请求")] public const int FID_PaymentMarginReq = 1507349; /// /// 支付保证金应答(0, 23, 22) /// [Description("支付保证金应答")] public const int FID_PaymentMarginRsp = 1507350; /// /// 确认放款请求(0, 23, 23) /// [Description("确认放款请求")] public const int FID_ConfirmLoanReq = 1507351; /// /// 确认放款应答(0, 23, 24) /// [Description("确认放款应答")] public const int FID_ConfirmLoanRsp = 1507352; /// /// 合同注销请求(0, 23, 25) /// [Description("合同注销请求")] public const int FID_ContractLoginoutReq = 1507353; /// /// 合同注销应答(0, 23, 26) /// [Description("合同注销应答")] public const int FID_ContractLoginountRsp = 1507354; #region MTP1.0 /// /// 出入金解约请求(0, 10, 235) /// [Description("出入金解约请求")] public const int FID_BankCancelSignReq = 655595; /// /// 出入金解约应答(0, 10, 236) /// [Description("出入金解约应答")] public const int FID_BankCancelSignRsp = 655596; /// /// 出金请求(0, 10, 237) /// [Description("出金请求")] public const int FID_BankWithDrawReq = 655597; /// /// 出金应答(0, 10, 238) /// [Description("出金应答")] public const int FID_BankWithDrawRsp = 655598; /// /// 协议平仓状态更新(0, 6, 10) /// [Description("协议平仓状态更新")] public const int FID_DealCloseSettingReq = 393226; /// /// 协议平仓状态更新应答(0, 6, 11) /// [Description("协议平仓状态更新应答")] public const int FID_DealCloseSettingRsp = 393227; /// /// 摘牌委托(0, 22, 1) /// [Description("摘牌委托")] public const int FID_DeListingOrderReq = 1441793; /// /// 摘牌应答(0, 22, 2) /// [Description("摘牌应答")] public const int FID_DeListingOrderRsp = 1441794; /// /// 交割点选配对请求(1, 18, 107) /// [Description("交割点选配对请求")] public const int FID_DeliveryOrderMatchReq = 17956971; /// /// 点选配对明细(1, 18, 108) /// [Description("点选配对明细")] public const int FID_OrderMatchDetail = 17956972; /// /// 交割点选配对应答(1, 18, 109) /// [Description("交割点选配对应答")] public const int FID_DeliveryOrderMatchRsp = 17956973; /// /// 交割提货个人信息查询请求(1, 18, 127) /// [Description("交割提货个人信息查询请求")] public const int FID_DepositPersonalInfoReq = 17956991; /// /// 交割提货个人信息查询应答(1, 18, 128) /// [Description("交割提货个人信息查询应答")] public const int FID_DepositPersonalInfoRsp = 17956992; /// /// 挂牌委托(0, 22, 5) /// [Description("挂牌委托")] public const int FID_ListingOrderReq = 1441797; /// /// 挂牌应答(0, 22, 6) /// [Description("挂牌应答")] public const int FID_ListingOrderRsp = 1441798; /// /// 提货申请明细(1, 18, 112) /// [Description("提货申请明细")] public const int FID_OutStoreReqDetail = 17956976; /// /// 提货请求(1, 18, 113) /// [Description("提货请求")] public const int FID_OutStoreReq = 17956977; /// /// 提货应答(1, 18, 114) /// [Description("提货应答")] public const int FID_OutStoreRsp = 17956978; /// /// 查询账户和商品信息(1, 5, 11) /// [Description("查询账户和商品信息")] public const int FID_QueryAccountAndGoodsReq = 17104907; /// /// 查询账户和商品信息回应-账户、交易所、市场、商品信息(1, 5, 12) /// [Description("查询账户和商品信息回应-账户、交易所、市场、商品信息")] public const int FID_QueryAccountAndGoodsRsp = 17104908; /// /// 托管单消息请求(1, 18, 125) /// [Description("托管单消息请求")] public const int FID_DepositReq = 17956989; /// /// 托管单消息应答(1, 18, 126) /// [Description("托管单消息应答")] public const int FID_DepositRsp = 17956990; /// /// 发售委托单请求(0, 70, 213) /// [Description("发售委托单请求")] public const int FID_IMOrderReq = 4587733; /// /// 发售委托单应答(0, 70, 214) /// [Description("发售委托单应答")] public const int FID_IMOrderRsp = 4587734; /// /// 查询账户的菜单权限(1, 5, 13) /// [Description("查询账户的菜单权限")] public const int FID_QueryAccountFuncMenuReq = 17104909; /// /// 查询账户的菜单权限(1, 5, 14) /// [Description("查询账户的菜单权限")] public const int FID_QueryAccountFuncMenuRsp = 17104910; /// /// 交易账户商品参数请求(1, 5, 16) /// [Description("交易账户商品参数请求")] public const int FID_QueryAccountGoodsTypeReq = 17104912; /// /// 交易账户商品参数应答(1, 5, 17) /// [Description("交易账户商品参数应答")] public const int FID_QueryAccountGoodsTypeRsp = 17104913; /// /// 交易客户端消息中心查询请求(1, 16, 432) /// [Description("交易客户端消息中心查询请求")] public const int FID_QueryClientBMReq = 17826224; /// /// 交易客户端消息中心查询应答(1, 16, 433) /// [Description("交易客户端消息中心查询应答")] public const int FID_QueryClientBMRsp = 17826225; /// /// 收货确认(1, 18, 110) /// [Description("收货确认")] public const int FID_ReceiveConfirmReq = 17956974; /// /// 收货确认(1, 18, 111) /// [Description("收货确认")] public const int FID_ReceiveConfirmRsp = 17956975; /// /// 风险协议确认通知(0, 6, 13) /// [Description("风险协议确认通知")] public const int FID_RiskCheckNotifyReq = 393229; /// /// 风险协议确认应答(0, 6, 14) /// [Description("风险协议确认应答")] public const int FID_RiskCheckNotifyRsp = 393230; /// /// 修改公告已读未读状态(0, 16, 999) /// [Description("修改公告已读未读状态")] public const int FID_UpdMsgReadStatus = 1049575; /// /// 查询操作日志请求(1, 17, 392) /// [Description("查询操作日志请求")] public const int FID_QueryHisSysLogReq = 17891720; /// /// 查询配对仓单请求(1, 18, 116) /// [Description("查询配对仓单请求")] public const int FID_WrPairReq = 17956980; /// /// 查询配对仓单应答(1, 18, 117) /// [Description("查询配对仓单应答")] public const int FID_WrPairRsp = 17956981; /// /// 入金请求(0, 10, 239) /// [Description("入金请求")] public const int FID_BankDepositReq = 655599; /// /// 入金应答(0, 10, 240) /// [Description("入金应答")] public const int FID_BankDepositRsp = 655600; /// /// 出入金签约请求(0, 10, 233) /// [Description("出入金签约请求")] public const int FID_BankSignReq = 655593; /// /// 出入金签约应答(0, 10, 234) /// [Description("出入金签约应答")] public const int FID_BankSignRsp = 655594; /// /// 银行出入金明细查询请求(0, 15, 453) /// [Description("银行出入金明细查询请求")] public const int FID_QueryBankAmountReq = 983493; /// /// 银行出入金明细查询应答(0, 15, 454) /// [Description("银行出入金明细查询应答")] public const int FID_QueryBankAmountRsp = 983494; /// /// 查询会员风控信息(1, 5, 23) /// [Description("查询会员风控信息")] public const int FID_QueryMemberMonitorReq = 17104919; /// /// 混合改单委托请求(0, 91, 205) /// [Description("混合改单委托请求")] public const int FID_XMModifyOrderReq = 5963981; /// /// 混合改单委托应答(0, 91, 206) /// [Description("混合改单委托应答")] public const int FID_XMModifyOrderRsp = 5963982; #endregion }