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, 1, 9)
///
[Description("登陆账户状态操作请求")]
public const int FID_LoginStatusOperReq = 65545;
///
/// 登陆账户状态操作请求(0, 1, 10)
///
[Description("登陆账户状态操作请求")]
public const int FID_LoginStatusOperRsp = 65546;
///
/// 三方登陆请求(0, 1, 11)
///
[Description("三方登陆请求")]
public const int FID_AuthLoginReq = 65547;
///
/// 三方登录应答(0, 1, 12)
///
[Description("三方登录应答")]
public const int FID_AuthLoginRsp = 65548;
///
/// 管理端踢人请求(0, 1, 13)
///
[Description("管理端踢人请求")]
public const int FID_ManageKickoffReq = 65549;
///
/// 管理端踢人应答(0, 1, 14)
///
[Description("管理端踢人应答")]
public const int FID_ManageKickoffRsp = 65550;
///
/// 通用错误通知(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, 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, 2, 40)
///
[Description("市场状态给行情服务通知")]
public const int FID_MarketStatusToQuoteNtf = 131112;
///
/// 合作套保帐户风控通知(0, 2, 41)
///
[Description("合作套保帐户风控通知")]
public const int FID_ScfAccountRiskNtf = 131113;
///
/// 商品可售数量通知(0, 2, 42)
///
[Description("商品可售数量通知")]
public const int FID_GoodsAvailableSaleNtf = 131114;
///
/// 仓单头寸互转通知(0, 2, 43)
///
[Description("仓单头寸互转通知")]
public const int FID_WRPosTransferNtf = 131115;
///
/// 银行服务入金成功通知(0, 2, 44)
///
[Description("银行服务入金成功通知")]
public const int FID_BankInSuccessNtf = 131116;
///
/// 银行服务出金成功通知(0, 2, 45)
///
[Description("银行服务出金成功通知")]
public const int FID_BankOutSuccessNtf = 131117;
///
/// 系统参数修改通知(0, 2, 46)
///
[Description("系统参数修改通知")]
public const int FID_SystemParamChangeNtf = 131118;
///
/// 斩仓通知(0, 2, 47)
///
[Description("斩仓通知")]
public const int FID_RiskCutNtf = 131119;
///
/// 交易成交源信息(0, 2, 48)
///
[Description("交易成交源信息")]
public const int FID_TradeDealedSourceInfo = 131120;
///
/// 交割成交通知(0, 2, 49)
///
[Description("交割成交通知")]
public const int FID_DeliveryDealedNtf = 131121;
///
/// 交易成交通知(0, 2, 50)
///
[Description("交易成交通知")]
public const int FID_TradeDealedNtf = 131122;
///
/// 用户首次登陆通知(0, 2, 51)
///
[Description("用户首次登陆通知")]
public const int FID_LoginFirstNtf = 131123;
///
/// 竞拍商品状态变更通知(0, 2, 52)
///
[Description("竞拍商品状态变更通知")]
public const int FID_AuctionGoodsStatusChangeNtf = 131124;
///
/// 交易日重算通知(0, 2, 53)
///
[Description("交易日重算通知")]
public const int FID_TradeDateRedoneNtf = 131125;
///
/// 商城卖方收款成功通知(0, 2, 54)
///
[Description("商城卖方收款成功通知")]
public const int FID_MallSellerReceiveSuccessNtf = 131126;
///
/// 履约生成合同通知通知(0, 2, 55)
///
[Description("履约生成合同通知通知")]
public const int FID_PerformanceBuildAgreementNtf = 131127;
///
/// 解除账户关联关系通知(0, 2, 56)
///
[Description("解除账户关联关系通知")]
public const int FID_RelievingAccRelationNtf = 131128;
///
/// 报价量用完通知(0, 2, 57)
///
[Description("报价量用完通知")]
public const int FID_QuoteQtyUseUpNtf = 131129;
///
/// 交割商品变更通知(0, 2, 58)
///
[Description("交割商品变更通知")]
public const int FID_DeliveryGoodsChangeNtf = 131130;
///
/// 期权交易通知(0, 2, 59)
///
[Description("期权交易通知")]
public const int FID_OptionTradeNtf = 131131;
///
/// 商品最大数量通知(0, 2, 60)
///
[Description("商品最大数量通知")]
public const int FID_GoodsMaxQtyNtf = 131132;
///
/// 委托单撤单通知(0, 2, 61)
///
[Description("委托单撤单通知")]
public const int FID_RiskOrderCanceledNtf = 131133;
///
/// 交易风控规则配置变更通知(0, 2, 62)
///
[Description("交易风控规则配置变更通知")]
public const int FID_TradeRiskRuleConfigChangeNtf = 131134;
///
/// 交易模板配置变更通知(0, 2, 63)
///
[Description("交易模板配置变更通知")]
public const int FID_TradeTemplateConfigChangeNtf = 131135;
///
/// 资金账户交易模板配置变更通知(0, 2, 64)
///
[Description("资金账户交易模板配置变更通知")]
public const int FID_TaAccountTemplateConfigChangeNtf = 131136;
///
/// 外部账户配置同步完成通知(0, 2, 65)
///
[Description("外部账户配置同步完成通知")]
public const int FID_ExtenalAccountCfgSyncFinishNtf = 131137;
///
/// 风控账户交易限制状态变更通知(0, 2, 66)
///
[Description("风控账户交易限制状态变更通知")]
public const int FID_RiskAccountTradeLimitStatusChangeNtf = 131138;
///
/// 风控消息管理端通知客户端(0, 2, 67)
///
[Description("风控消息管理端通知客户端")]
public const int FID_RiskToWebNtf = 131139;
///
/// 管理端个性化风控通知(0, 2, 68)
///
[Description("管理端个性化风控通知")]
public const int FID_AccountConfigChangeNtf = 131140;
///
/// 商品组变更通知(0, 2, 69)
///
[Description("商品组变更通知")]
public const int FID_GoodsGroupChangeNtf = 131141;
///
/// 场次变更通知(0, 2, 70)
///
[Description("场次变更通知")]
public const int FID_AuctionGroupInfoNtf = 131142;
///
/// 场次状态变更通知(0, 2, 71)
///
[Description("场次状态变更通知")]
public const int FID_AuctionGroupStatusNtf = 131143;
///
/// 履约计划完成通知(0, 2, 72)
///
[Description("履约计划完成通知")]
public const int FID_PerformancePlanProcessedNtf = 131144;
///
/// 场外期权最大数量通知(0, 2, 73)
///
[Description("场外期权最大数量通知")]
public const int FID_OTCOptionGoodsMaxQtyNtf = 131145;
///
/// 跟单设置变更通知(0, 2, 74)
///
[Description("跟单设置变更通知")]
public const int FID_FollowOrderSetNtf = 131146;
///
/// 上架商品状态变更通知(0, 2, 75)
///
[Description("上架商品状态变更通知")]
public const int FID_SpotQuoteStatusChangeNtf = 131147;
///
/// 锁仓认购活动变更通知(0, 2, 76)
///
[Description("锁仓认购活动变更通知")]
public const int FID_ChannelLockBuyChangeNtf = 131148;
///
/// 通道路由设置变更通知(0, 2, 77)
///
[Description("通道路由设置变更通知")]
public const int FID_ChannelSetChangeNtf = 131149;
///
/// 买方挂牌成交通知(0, 2, 78)
///
[Description("买方挂牌成交通知")]
public const int FID_BuyListingTradeDealedNtf = 131150;
///
/// 现货商城商品状态变更通知(0, 2, 79)
///
[Description("现货商城商品状态变更通知")]
public const int FID_SpotShopGoodsStatusChangeNtf = 131151;
///
/// 委托单成功通知(0, 2, 80)
///
[Description("委托单成功通知")]
public const int FID_OrderSuccessedNtf = 131152;
///
/// 金点拍出价成功通知(0, 2, 81)
///
[Description("金点拍出价成功通知")]
public const int FID_JdpQuoteSuccessNtf = 131153;
///
/// 止盈止损触发通知(0, 2, 82)
///
[Description("止盈止损触发通知")]
public const int FID_SPSLTriggerNtf = 131154;
///
/// 用户分组变更通知(0, 2, 83)
///
[Description("用户分组变更通知")]
public const int FID_UserGroupNtf = 131155;
///
/// 止盈止损设置变更通知(0, 2, 84)
///
[Description("止盈止损设置变更通知")]
public const int FID_SPSLSetChangeNtf = 131156;
///
/// 投顾托管关系变更通知(0, 2, 85)
///
[Description("投顾托管关系变更通知")]
public const int FID_TrusteeRelationNtf = 131157;
///
/// 交易委托请求(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, 3, 9)
///
[Description("交割协议平仓请求")]
public const int FID_DeliveryDealCloseReq = 196617;
///
/// 交割协议平仓应答(0, 3, 10)
///
[Description("交割协议平仓应答")]
public const int FID_DeliveryDealCloseRsp = 196618;
///
/// 交割成交请求(0, 3, 11)
///
[Description("交割成交请求")]
public const int FID_DeliveryTradeReq = 196619;
///
/// 交割成交应答(0, 3, 12)
///
[Description("交割成交应答")]
public const int FID_DeliveryTradeRsp = 196620;
///
/// 交割协议转让请求(0, 3, 13)
///
[Description("交割协议转让请求")]
public const int FID_DeliveryTransferReq = 196621;
///
/// 交割协议转让应答(0, 3, 14)
///
[Description("交割协议转让应答")]
public const int FID_DeliveryTransferRsp = 196622;
///
/// 预行权请求(0, 3, 15)
///
[Description("预行权请求")]
public const int FID_PreExerciseReq = 196623;
///
/// 预行权返回(0, 3, 16)
///
[Description("预行权返回")]
public const int FID_PreExerciseRsp = 196624;
///
/// 确认行权请求(0, 3, 17)
///
[Description("确认行权请求")]
public const int FID_ConfirmExerciseReq = 196625;
///
/// 确认行权返回(0, 3, 18)
///
[Description("确认行权返回")]
public const int FID_ConfirmExerciseRsp = 196626;
///
/// 管理员强行平仓请求(0, 3, 19)
///
[Description("管理员强行平仓请求")]
public const int FID_ManageForceCloseReq = 196627;
///
/// 管理员强行平仓响应(0, 3, 20)
///
[Description("管理员强行平仓响应")]
public const int FID_ManageForceCloseRsp = 196628;
///
/// 预售挂牌请求(0, 3, 21)
///
[Description("预售挂牌请求")]
public const int FID_PreSaleListingInfoReq = 196629;
///
/// 预售挂牌响应(0, 3, 22)
///
[Description("预售挂牌响应")]
public const int FID_PreSaleListingInfoRsp = 196630;
///
/// 预售委托请求(0, 3, 23)
///
[Description("预售委托请求")]
public const int FID_PreSaleOrderReq = 196631;
///
/// 预售委托响应(0, 3, 24)
///
[Description("预售委托响应")]
public const int FID_PreSaleOrderRsp = 196632;
///
/// 管理端协议转让请求(0, 3, 25)
///
[Description("管理端协议转让请求")]
public const int FID_ManageProtoTransferReq = 196633;
///
/// 管理端协议转让响应(0, 3, 26)
///
[Description("管理端协议转让响应")]
public const int FID_ManageProtoTransferRsp = 196634;
///
/// 商品退市请求(0, 3, 27)
///
[Description("商品退市请求")]
public const int FID_GoodsDelistReq = 196635;
///
/// 商品退市请求(0, 3, 28)
///
[Description("商品退市请求")]
public const int FID_GoodsDelistRsp = 196636;
///
/// 预售撤销请求(0, 3, 29)
///
[Description("预售撤销请求")]
public const int FID_PreSaleCancelReq = 196637;
///
/// 预售撤销响应(0, 3, 30)
///
[Description("预售撤销响应")]
public const int FID_PreSaleCancelRsp = 196638;
///
/// 交易委托请求(0, 3, 31)
///
[Description("交易委托请求")]
public const int FID_ChannelOrderReq = 196639;
///
/// 交易委托应答(0, 3, 32)
///
[Description("交易委托应答")]
public const int FID_ChannelOrderRsp = 196640;
///
/// 修正持仓请求(0, 3, 33)
///
[Description("修正持仓请求")]
public const int FID_ManageAmendHolderReq = 196641;
///
/// 修正持仓响应(0, 3, 34)
///
[Description("修正持仓响应")]
public const int FID_ManageAmendHolderRsp = 196642;
///
/// 修正成交请求(0, 3, 35)
///
[Description("修正成交请求")]
public const int FID_ManageAmendTradeReq = 196643;
///
/// 修正成交响应(0, 3, 36)
///
[Description("修正成交响应")]
public const int FID_ManageAmendTradeRsp = 196644;
///
/// 币币兑换委托请求(0, 3, 37)
///
[Description("币币兑换委托请求")]
public const int FID_CoinExchangeOrderReq = 196645;
///
/// 币币兑换委托应答(0, 3, 38)
///
[Description("币币兑换委托应答")]
public const int FID_CoinExchangeOrderRsp = 196646;
///
/// 法币交易委托请求(0, 3, 39)
///
[Description("法币交易委托请求")]
public const int FID_CoinC2COrderReq = 196647;
///
/// 法币交易委托应答(0, 3, 40)
///
[Description("法币交易委托应答")]
public const int FID_CoinC2COrderRsp = 196648;
///
/// 法币交易撤单请求(0, 3, 41)
///
[Description("法币交易撤单请求")]
public const int FID_CoinC2CCancelReq = 196649;
///
/// 法币交易撤单应答(0, 3, 42)
///
[Description("法币交易撤单应答")]
public const int FID_CoinC2CCancelRsp = 196650;
///
/// 通道锁仓请求(0, 3, 43)
///
[Description("通道锁仓请求")]
public const int FID_ChannelLockReq = 196651;
///
/// 通道锁仓应答(0, 3, 44)
///
[Description("通道锁仓应答")]
public const int FID_ChannelLockRsp = 196652;
///
/// 通道撤销锁仓请求(0, 3, 45)
///
[Description("通道撤销锁仓请求")]
public const int FID_ChannelCancelLockReq = 196653;
///
/// 通道撤销锁仓应答(0, 3, 46)
///
[Description("通道撤销锁仓应答")]
public const int FID_ChannelCancelLockRsp = 196654;
///
/// 划转信息(0, 3, 47)
///
[Description("划转信息")]
public const int FID_ChannelTransferInfo = 196655;
///
/// 通道审核锁仓请求(0, 3, 48)
///
[Description("通道审核锁仓请求")]
public const int FID_ChannelAuditLockReq = 196656;
///
/// 通道审核锁仓应答(0, 3, 49)
///
[Description("通道审核锁仓应答")]
public const int FID_ChannelAuditLockRsp = 196657;
///
/// 通道解锁锁仓请求(0, 3, 50)
///
[Description("通道解锁锁仓请求")]
public const int FID_ChannelUnlockLockReq = 196658;
///
/// 通道解锁锁仓应答(0, 3, 51)
///
[Description("通道解锁锁仓应答")]
public const int FID_ChannelUnlockLockRsp = 196659;
///
/// 场外成交核单请求(0, 3, 52)
///
[Description("场外成交核单请求")]
public const int FID_ChannelOutsideTradeReq = 196660;
///
/// 场外成交核单应答(0, 3, 53)
///
[Description("场外成交核单应答")]
public const int FID_ChannelOutsideTradeRsp = 196661;
///
/// 供货商冻结头寸增加请求(0, 3, 54)
///
[Description("供货商冻结头寸增加请求")]
public const int FID_VendorAddFreezePositionReq = 196662;
///
/// 供货商冻结头寸增加响应(0, 3, 55)
///
[Description("供货商冻结头寸增加响应")]
public const int FID_VendorAddFreezePositionRsp = 196663;
///
/// 供货商解冻头寸审核通过请求(0, 3, 56)
///
[Description("供货商解冻头寸审核通过请求")]
public const int FID_VendorUnfreezeAuditPassReq = 196664;
///
/// 供货商解冻头寸审核通过响应(0, 3, 57)
///
[Description("供货商解冻头寸审核通过响应")]
public const int FID_VendorUnfreezeAuditPassRsp = 196665;
///
/// 商品转移信息(0, 3, 58)
///
[Description("商品转移信息")]
public const int FID_GoodsTransferInfo = 196666;
///
/// 商品配售请求(0, 3, 59)
///
[Description("商品配售请求")]
public const int FID_GoodsRationReq = 196667;
///
/// 商品配售响应(0, 3, 60)
///
[Description("商品配售响应")]
public const int FID_GoodsRationRsp = 196668;
///
/// 商品转让请求(0, 3, 61)
///
[Description("商品转让请求")]
public const int FID_GoodsTransferReq = 196669;
///
/// 商品转让响应(0, 3, 62)
///
[Description("商品转让响应")]
public const int FID_GoodsTransferRsp = 196670;
///
/// 商品回购请求(0, 3, 63)
///
[Description("商品回购请求")]
public const int FID_GoodsBuyBackReq = 196671;
///
/// 商品回购响应(0, 3, 64)
///
[Description("商品回购响应")]
public const int FID_GoodsBuyBackRsp = 196672;
///
/// 商品提货请求(0, 3, 65)
///
[Description("商品提货请求")]
public const int FID_GoodsPickupReq = 196673;
///
/// 商品提货响应(0, 3, 66)
///
[Description("商品提货响应")]
public const int FID_GoodsPickupRsp = 196674;
///
/// 止盈止损请求(0, 3, 67)
///
[Description("止盈止损请求")]
public const int FID_ChannelSPSLOrderReq = 196675;
///
/// 止盈止损应答(0, 3, 68)
///
[Description("止盈止损应答")]
public const int FID_ChannelSPSLOrderRsp = 196676;
///
/// 交易跟单请求(0, 3, 69)
///
[Description("交易跟单请求")]
public const int FID_ChannelFollowReq = 196677;
///
/// 交易跟单应答(0, 3, 70)
///
[Description("交易跟单应答")]
public const int FID_ChannelFollowRsp = 196678;
///
/// 账户操作子指令(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;
///
/// 积分头寸操作指令(0, 4, 11)
///
[Description("积分头寸操作指令")]
public const int FID_ScorePositionOperationCmd = 262155;
///
/// 帐户风控操作指令(0, 4, 12)
///
[Description("帐户风控操作指令")]
public const int FID_RiskCtrlOperationCmd = 262156;
///
/// 外部账户操作指令请求(0, 4, 13)
///
[Description("外部账户操作指令请求")]
public const int FID_ExAccountCommandReq = 262157;
///
/// 外部账户操作指令应答(0, 4, 14)
///
[Description("外部账户操作指令应答")]
public const int FID_ExAccountCommandRsp = 262158;
///
/// 资金操作指令(0, 4, 15)
///
[Description("资金操作指令")]
public const int FID_ExFundOperationCmd = 262159;
///
/// 持仓操作指令(0, 4, 16)
///
[Description("持仓操作指令")]
public const int FID_ExPositionOperationCmd = 262160;
///
/// 期权操作指令(0, 4, 17)
///
[Description("期权操作指令")]
public const int FID_OpPositionOperationCmd = 262161;
///
/// 外部账户分润请求(0, 4, 18)
///
[Description("外部账户分润请求")]
public const int FID_ExAccountDivideReq = 262162;
///
/// 外部账户分润请求(0, 4, 19)
///
[Description("外部账户分润请求")]
public const int FID_ExAccountDivideRsp = 262163;
///
/// 资金清算更新操作指令(0, 4, 20)
///
[Description("资金清算更新操作指令")]
public const int FID_SettleUpdateFundOperationCmd = 262164;
///
/// 持仓清算更新操作指令(0, 4, 21)
///
[Description("持仓清算更新操作指令")]
public const int FID_SettleUpdatePositionOperationCmd = 262165;
///
/// 仓单头寸清算更新操作指令(0, 4, 22)
///
[Description("仓单头寸清算更新操作指令")]
public const int FID_SettleUpdateWRPositionOperationCmd = 262166;
///
/// 订单仓单头寸清算更新操作指令(0, 4, 23)
///
[Description("订单仓单头寸清算更新操作指令")]
public const int FID_SettleUpdateTWRPositionOperationCmd = 262167;
///
/// 积分头寸清算更新操作指令(0, 4, 24)
///
[Description("积分头寸清算更新操作指令")]
public const int FID_SettleUpdateScorePositionOperationCmd = 262168;
///
/// 通用查询请求(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_UserTradeWRPosition = 17104946;
///
/// 可点选仓单明细(1, 5, 51)
///
[Description("可点选仓单明细")]
public const int FID_TradeWRPositionDetail = 17104947;
///
/// 要素信息(1, 5, 52)
///
[Description("要素信息")]
public const int FID_PriceMove = 17104948;
///
/// 已签约信息查询请求(1, 5, 53)
///
[Description("已签约信息查询请求")]
public const int FID_BankSignReq = 17104949;
///
/// 已签约信息查询响应(1, 5, 54)
///
[Description("已签约信息查询响应")]
public const int FID_BankSignRsp = 17104950;
///
/// 已签约信息(1, 5, 55)
///
[Description("已签约信息")]
public const int FID_BankAccountSign = 17104951;
///
/// 加密信息通用查询请求(1, 5, 56)
///
[Description("加密信息通用查询请求")]
public const int FID_QueryCommonSenReq = 17104952;
///
/// 加密信息通用查询应答(1, 5, 57)
///
[Description("加密信息通用查询应答")]
public const int FID_QueryCommonSenRsp = 17104953;
///
/// 外部交易所查询请求(1, 5, 58)
///
[Description("外部交易所查询请求")]
public const int FID_ExternalExchangeReq = 17104954;
///
/// 外部交易所查询应答(1, 5, 59)
///
[Description("外部交易所查询应答")]
public const int FID_ExternalExchangeRsp = 17104955;
///
/// 外部交易所信息(1, 5, 60)
///
[Description("外部交易所信息")]
public const int FID_ExternalExchange = 17104956;
///
/// 商品组查询请求(1, 5, 61)
///
[Description("商品组查询请求")]
public const int FID_GoodsGroupReq = 17104957;
///
/// 商品组查询应答(1, 5, 62)
///
[Description("商品组查询应答")]
public const int FID_GoodsGroupRsp = 17104958;
///
/// 商品组信息(1, 5, 63)
///
[Description("商品组信息")]
public const int FID_GoodsGroup = 17104959;
///
/// 行情源分组时段查询请求(1, 5, 64)
///
[Description("行情源分组时段查询请求")]
public const int FID_QuotesourceGroupRunQueryReq = 17104960;
///
/// 行情源分组时段查询应答(1, 5, 65)
///
[Description("行情源分组时段查询应答")]
public const int FID_QuotesourceGroupRunQueryRsp = 17104961;
///
/// 行情源分组及其日计划信息(1, 5, 66)
///
[Description("行情源分组及其日计划信息")]
public const int FID_QuotesourceGroupRun = 17104962;
///
/// 交割申报请求(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_DeliveryDealNtf = 393222;
///
/// 交割撤单请求(0, 6, 7)
///
[Description("交割撤单请求")]
public const int FID_DeliveryCancelOrderReq = 393223;
///
/// 交割撤销应答(0, 6, 8)
///
[Description("交割撤销应答")]
public const int FID_DeliveryCancelOrderRsp = 393224;
///
/// 交割请求订单请求(0, 6, 9)
///
[Description("交割请求订单请求")]
public const int FID_DeliveryApplyOrderReq = 393225;
///
/// 交割请求订单应答(0, 6, 10)
///
[Description("交割请求订单应答")]
public const int FID_DeliveryApplyOrderRsp = 393226;
///
/// 交割请求订单撤销请求(0, 6, 11)
///
[Description("交割请求订单撤销请求")]
public const int FID_DeliveryApplyCancelReq = 393227;
///
/// 交割请求订单撤销应答(0, 6, 12)
///
[Description("交割请求订单撤销应答")]
public const int FID_DeliveryApplyCancelRsp = 393228;
///
/// 圈内会员交割请求订单请求(0, 6, 13)
///
[Description("圈内会员交割请求订单请求")]
public const int FID_MemberDeliveryApplyOrderReq = 393229;
///
/// 圈内会员交割请求订单应答(0, 6, 14)
///
[Description("圈内会员交割请求订单应答")]
public const int FID_MemberDeliveryApplyOrderRsp = 393230;
///
/// 交割请求订单请求(无仓单)(0, 6, 15)
///
[Description("交割请求订单请求(无仓单)")]
public const int FID_NonWRDeliveryApplyOrderReq = 393231;
///
/// 交割请求订单应答(无仓单)(0, 6, 16)
///
[Description("交割请求订单应答(无仓单)")]
public const int FID_NonWRDeliveryApplyOrderRsp = 393232;
///
/// 交割请求订单撤销请求(无仓单)(0, 6, 17)
///
[Description("交割请求订单撤销请求(无仓单)")]
public const int FID_NonWRDeliveryApplyCancelReq = 393233;
///
/// 交割请求订单撤销应答(无仓单)(0, 6, 18)
///
[Description("交割请求订单撤销应答(无仓单)")]
public const int FID_NonWRDeliveryApplyCancelRsp = 393234;
///
/// 交收服务商交割请求订单请求(无仓单)(0, 6, 19)
///
[Description("交收服务商交割请求订单请求(无仓单)")]
public const int FID_NonWRMemberDeliveryApplyOrderReq = 393235;
///
/// 交收服务商交割请求订单应答(无仓单)(0, 6, 20)
///
[Description("交收服务商交割请求订单应答(无仓单)")]
public const int FID_NonWRMemberDeliveryApplyOrderRsp = 393236;
///
/// 交割申报请求(无仓单)(0, 6, 21)
///
[Description("交割申报请求(无仓单)")]
public const int FID_NonWRDeliveryOrderReq = 393237;
///
/// 交割申报应答(无仓单)(0, 6, 22)
///
[Description("交割申报应答(无仓单)")]
public const int FID_NonWRDeliveryOrderRsp = 393238;
///
/// 交割申请审核请求(0, 6, 23)
///
[Description("交割申请审核请求")]
public const int FID_DeliveryAuditReq = 393239;
///
/// 交割申请审核应答(0, 6, 24)
///
[Description("交割申请审核应答")]
public const int FID_DeliveryAuditRsp = 393240;
///
/// 配置中江交收自动配对请求(0, 6, 25)
///
[Description("配置中江交收自动配对请求")]
public const int FID_ZJAutoDeliveryMatchReq = 393241;
///
/// 配置中江交收自动配对应答(0, 6, 26)
///
[Description("配置中江交收自动配对应答")]
public const int FID_ZJAutoDeliveryMatchRsp = 393242;
///
/// 签约请求(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;
///
/// 交易所单边账调整请求(0, 9, 77)
///
[Description("交易所单边账调整请求")]
public const int FID_t2bExchDealCheckErrReq = 589901;
///
/// 交易所单边账调整应答(0, 9, 78)
///
[Description("交易所单边账调整应答")]
public const int FID_t2bExchDealCheckErrRsp = 589902;
///
/// 开市或者闭市通知请求(0, 9, 79)
///
[Description("开市或者闭市通知请求")]
public const int FID_t2bMarkingOpenOrCloseReq = 589903;
///
/// 开市或者闭市通知应答(0, 9, 80)
///
[Description("开市或者闭市通知应答")]
public const int FID_t2bMarkingOpenOrCloseRsp = 589904;
///
/// 第三方支付模式退款申请请求(0, 9, 81)
///
[Description("第三方支付模式退款申请请求")]
public const int FID_t2bThirdBankOutApplyReq = 589905;
///
/// 第三方支付模式退款申请应答(0, 9, 82)
///
[Description("第三方支付模式退款申请应答")]
public const int FID_t2bThirdBankOutApplyRsp = 589906;
///
/// 第三方支付模式退款结果通知请求(0, 9, 83)
///
[Description("第三方支付模式退款结果通知请求")]
public const int FID_t2bThirdBankOutNtfReq = 589907;
///
/// 第三方支付模式退款结果通知应答(0, 9, 84)
///
[Description("第三方支付模式退款结果通知应答")]
public const int FID_t2bThirdBankOutNtfRsp = 589908;
///
/// 内部审核银行端出金申请通知请求(0, 9, 85)
///
[Description("内部审核银行端出金申请通知请求")]
public const int FID_t2bConfirmBankWithdrawApplyNtfReq = 589909;
///
/// 内部审核银行端出金申请通知应答(0, 9, 86)
///
[Description("内部审核银行端出金申请通知应答")]
public const int FID_t2bConfirmBankWithdrawApplyNtfRsp = 589910;
///
/// 入金验证码校验报文请求(0, 9, 87)
///
[Description("入金验证码校验报文请求")]
public const int FID_t2bShortMsgCheckReq = 589911;
///
/// 入金验证码校验报文应答(0, 9, 88)
///
[Description("入金验证码校验报文应答")]
public const int FID_t2bShortMsgCheckRsp = 589912;
///
/// 管理端调整资金请求(0, 9, 89)
///
[Description("管理端调整资金请求")]
public const int FID_t2bManageAdjutAmountReq = 589913;
///
/// 管理端调整资金应答(0, 9, 90)
///
[Description("管理端调整资金应答")]
public const int FID_t2bManageAdjutAmountRsp = 589914;
///
/// 管理端资金转移请求(0, 9, 91)
///
[Description("管理端资金转移请求")]
public const int FID_t2bManageMoveAmountReq = 589915;
///
/// 管理端资金转移应答(0, 9, 92)
///
[Description("管理端资金转移应答")]
public const int FID_t2bManageMoveAmountRsp = 589916;
///
/// 签约银行换签请求(0, 9, 93)
///
[Description("签约银行换签请求")]
public const int FID_t2bSwitchSignBankReq = 589917;
///
/// 签约银行换签应答(0, 9, 94)
///
[Description("签约银行换签应答")]
public const int FID_t2bSwitchSignBankRsp = 589918;
///
/// 实时行情(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, 19, 21)
///
[Description("下发结算价信息")]
public const int FID_ReckonPriceQuote = 1245205;
///
/// 履约交易申请请求(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, 20, 13)
///
[Description("违约确认请求")]
public const int FID_PerformanceContractedConfirmReq = 1310733;
///
/// 违约确认应答(0, 20, 14)
///
[Description("违约确认应答")]
public const int FID_PerformanceContractedConfirmRsp = 1310734;
///
/// 履约修改联络信息请求(0, 20, 15)
///
[Description("履约修改联络信息请求")]
public const int FID_PerformanceModifyContactReq = 1310735;
///
/// 履约修改联络信息回应(0, 20, 16)
///
[Description("履约修改联络信息回应")]
public const int FID_PerformanceModifyContactRsp = 1310736;
///
/// 履约现货合同生成请求(0, 20, 17)
///
[Description("履约现货合同生成请求")]
public const int FID_PerformanceTradeContractReq = 1310737;
///
/// 履约现货合同生成应答(0, 20, 18)
///
[Description("履约现货合同生成应答")]
public const int FID_PerformanceTradeContractRsp = 1310738;
///
/// 履约执行合同请求(0, 20, 19)
///
[Description("履约执行合同请求")]
public const int FID_PerformanceExecuteContractReq = 1310739;
///
/// 履约执行合同应答(0, 20, 20)
///
[Description("履约执行合同应答")]
public const int FID_PerformanceExecuteContractRsp = 1310740;
///
/// 仓单转移请求(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, 5)
///
[Description("仓单服务公共协议结构")]
public const int FID_WRCommon = 1376261;
///
/// 仓单拆解并冻结库位[仓单生成业务]请求(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, 21, 23)
///
[Description("合并仓单持仓请求")]
public const int FID_MergeWRHoldReq = 1376279;
///
/// 合并仓单持仓回应(0, 21, 24)
///
[Description("合并仓单持仓回应")]
public const int FID_MergeWRHoldRsp = 1376280;
///
/// 库位状态更新请求(0, 21, 25)
///
[Description("库位状态更新请求")]
public const int FID_Deprecated_LocationUpdateReq = 1376281;
///
/// 库位状态更新回应-对应库位操作(0, 21, 26)
///
[Description("库位状态更新回应-对应库位操作")]
public const int FID_Deprecated_LocationUpdateRsp = 1376282;
///
/// 仓单持仓转移请求(0, 21, 27)
///
[Description("仓单持仓转移请求")]
public const int FID_WRHoldMoveReq = 1376283;
///
/// 仓单持仓转移回应(0, 21, 28)
///
[Description("仓单持仓转移回应")]
public const int FID_WRHoldMoveRsp = 1376284;
///
/// 库位数据(0, 21, 29)
///
[Description("库位数据")]
public const int FID_WRLocationInfoEx = 1376285;
///
/// 提单数据(0, 21, 30)
///
[Description("提单数据")]
public const int FID_LadingBillInfoEx = 1376286;
///
/// 仓单数据(0, 21, 31)
///
[Description("仓单数据")]
public const int FID_WRInfoEx = 1376287;
///
/// 仓单注册审核已通过(0, 21, 32)
///
[Description("仓单注册审核已通过")]
public const int FID_ReceiptRegisterSuccessReq = 1376288;
///
/// 仓单注册审核已通过(0, 21, 33)
///
[Description("仓单注册审核已通过")]
public const int FID_ReceiptRegisterSuccessRsp = 1376289;
///
/// 仓单要素结构(0, 21, 34)
///
[Description("仓单要素结构")]
public const int FID_ReceiptFactor = 1376290;
///
/// 非标仓单提货要素(0, 21, 35)
///
[Description("非标仓单提货要素")]
public const int FID_NonStandardLading = 1376291;
///
/// 提货撤消请求(0, 21, 36)
///
[Description("提货撤消请求")]
public const int FID_LadingCancelReq = 1376292;
///
/// 提货撤消回应(0, 21, 37)
///
[Description("提货撤消回应")]
public const int FID_LadingCancelRsp = 1376293;
///
/// 仓单注册申请请求(0, 21, 38)
///
[Description("仓单注册申请请求")]
public const int FID_ReceiptRegisterReq = 1376294;
///
/// 仓单注册申请回应(0, 21, 39)
///
[Description("仓单注册申请回应")]
public const int FID_ReceiptRegisterRsp = 1376295;
///
/// 撤销申请请求(0, 21, 40)
///
[Description("撤销申请请求")]
public const int FID_DelReceiptRegisterReq = 1376296;
///
/// 撤销申请回应(0, 21, 41)
///
[Description("撤销申请回应")]
public const int FID_DelReceiptRegisterRsp = 1376297;
///
/// 库位操作信息(0, 21, 42)
///
[Description("库位操作信息")]
public const int FID_LocationOperateInfo = 1376298;
///
/// 退市订单转仓单请求(0, 21, 43)
///
[Description("退市订单转仓单请求")]
public const int FID_HoldToReceiptDelistReq = 1376299;
///
/// 退市订单转仓单回应(0, 21, 44)
///
[Description("退市订单转仓单回应")]
public const int FID_HoldToReceiptDelistRsp = 1376300;
///
/// 提货配送表信息(0, 21, 45)
///
[Description("提货配送表信息")]
public const int FID_TakeDeliveryDistributeInfo = 1376301;
///
/// 运费拒绝请求(0, 21, 46)
///
[Description("运费拒绝请求")]
public const int FID_FreightRejectReq = 1376302;
///
/// 运费拒绝响应(0, 21, 47)
///
[Description("运费拒绝响应")]
public const int FID_FreightRejectRsp = 1376303;
///
/// 运费确认请求(0, 21, 48)
///
[Description("运费确认请求")]
public const int FID_FreightConfirmReq = 1376304;
///
/// 运费确认响应(0, 21, 49)
///
[Description("运费确认响应")]
public const int FID_FreightConfirmRsp = 1376305;
///
/// 收货确认请求(0, 21, 50)
///
[Description("收货确认请求")]
public const int FID_ReceiveConfirmReq = 1376306;
///
/// 收货确认响应(0, 21, 51)
///
[Description("收货确认响应")]
public const int FID_ReceiveConfirmRsp = 1376307;
///
/// 发货信息请求(0, 21, 52)
///
[Description("发货信息请求")]
public const int FID_DeliveryDistributeInfoReq = 1376308;
///
/// 发货信息响应(0, 21, 53)
///
[Description("发货信息响应")]
public const int FID_DeliveryDistributeInfoRsp = 1376309;
///
/// 重新发布请求(0, 21, 54)
///
[Description("重新发布请求")]
public const int FID_RetransmitDistributeReq = 1376310;
///
/// 重新发布响应(0, 21, 55)
///
[Description("重新发布响应")]
public const int FID_RetransmitDistributeRsp = 1376311;
///
/// 提货计划审核通过请求(0, 21, 56)
///
[Description("提货计划审核通过请求")]
public const int FID_TakePlanReq = 1376312;
///
/// 提货计划审核通过响应(0, 21, 57)
///
[Description("提货计划审核通过响应")]
public const int FID_TakePlanRsp = 1376313;
///
/// 仓单贸易浮动价商品配置信息(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, 22, 8)
///
[Description("指定对手变更请求")]
public const int FID_WRChangeListingMatchDetailReq = 1441800;
///
/// 管理端议价委托请求(0, 22, 9)
///
[Description("管理端议价委托请求")]
public const int FID_WRManageProtoOrderReq = 1441801;
///
/// 管理端议价委托应答(0, 22, 10)
///
[Description("管理端议价委托应答")]
public const int FID_WRManageProtoOrderRsp = 1441802;
///
/// 卖方挂牌上架请求(0, 22, 11)
///
[Description("卖方挂牌上架请求")]
public const int FID_ListingStockSaleReq = 1441803;
///
/// 卖方挂牌上架应答(0, 22, 12)
///
[Description("卖方挂牌上架应答")]
public const int FID_ListingStockSaleRsp = 1441804;
///
/// 现货挂牌提货请求(0, 22, 13)
///
[Description("现货挂牌提货请求")]
public const int FID_ListingStockTakeReq = 1441805;
///
/// 现货挂牌提货应答(0, 22, 14)
///
[Description("现货挂牌提货应答")]
public const int FID_ListingStockTakeRsp = 1441806;
///
/// 合同激活请求(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;
///
/// 合同状态修改请求(0, 23, 27)
///
[Description("合同状态修改请求")]
public const int FID_ContractStatusModifyReq = 1507355;
///
/// 合同状态修改应答(0, 23, 28)
///
[Description("合同状态修改应答")]
public const int FID_ContractStatusModifyRsp = 1507356;
///
/// 合同估值配置(0, 23, 29)
///
[Description("合同估值配置")]
public const int FID_ContractEstimateConfig = 1507357;
///
/// 渠道账户信息(0, 24, 1)
///
[Description("渠道账户信息")]
public const int FID_ChannelAccountInfo = 1572865;
///
/// 账户资金信息(0, 24, 2)
///
[Description("账户资金信息")]
public const int FID_ChannelAccountMoneyInfo = 1572866;
///
/// 持仓头寸(0, 24, 3)
///
[Description("持仓头寸")]
public const int FID_ChannelPositionInfo = 1572867;
///
/// 持仓明细(0, 24, 4)
///
[Description("持仓明细")]
public const int FID_ChannelPositionDetailInfo = 1572868;
///
/// 报单信息(0, 24, 5)
///
[Description("报单信息")]
public const int FID_ChannelOrderInfo = 1572869;
///
/// 成交信息(0, 24, 6)
///
[Description("成交信息")]
public const int FID_ChannelTradeInfo = 1572870;
///
/// 合约信息(0, 24, 7)
///
[Description("合约信息")]
public const int FID_ChannelInstrumentInfo = 1572871;
///
/// 通用请求(0, 24, 8)
///
[Description("通用请求")]
public const int FID_ChannelRequestInfo = 1572872;
///
/// 通用应答(0, 24, 9)
///
[Description("通用应答")]
public const int FID_ChannelResponseInfo = 1572873;
///
/// 登录请求(0, 24, 10)
///
[Description("登录请求")]
public const int FID_ChannelReqLogin = 1572874;
///
/// 登录应答(0, 24, 11)
///
[Description("登录应答")]
public const int FID_ChannelRspLogin = 1572875;
///
/// 登出请求(0, 24, 12)
///
[Description("登出请求")]
public const int FID_ChannelReqLogout = 1572876;
///
/// 登出应答(0, 24, 13)
///
[Description("登出应答")]
public const int FID_ChannelRspLogout = 1572877;
///
/// 订阅行情请求(0, 24, 14)
///
[Description("订阅行情请求")]
public const int FID_ChannelReqSubscribeQuote = 1572878;
///
/// 订阅行情应答(0, 24, 15)
///
[Description("订阅行情应答")]
public const int FID_ChannelRspSubscribeQuote = 1572879;
///
/// 实时行情数据包结构(0, 24, 16)
///
[Description("实时行情数据包结构")]
public const int FID_ChannelRealQuotation = 1572880;
///
/// 报单录入(0, 24, 17)
///
[Description("报单录入")]
public const int FID_ChannelReqInputOrder = 1572881;
///
/// 报单录入应答(0, 24, 18)
///
[Description("报单录入应答")]
public const int FID_ChannelRspInputOrder = 1572882;
///
/// 修改报单(0, 24, 19)
///
[Description("修改报单")]
public const int FID_ChannelReqOrderAction = 1572883;
///
/// 修改报单应答(0, 24, 20)
///
[Description("修改报单应答")]
public const int FID_ChannelRspOrderAction = 1572884;
///
/// 查询资金账户请求(0, 24, 21)
///
[Description("查询资金账户请求")]
public const int FID_ChannelReqQryTradingAccount = 1572885;
///
/// 查询资金账户应答(0, 24, 22)
///
[Description("查询资金账户应答")]
public const int FID_ChannelRspQryTradingAccount = 1572886;
///
/// 查询持仓请求(0, 24, 23)
///
[Description("查询持仓请求")]
public const int FID_ChannelReqQryPosition = 1572887;
///
/// 查询持仓应答(0, 24, 24)
///
[Description("查询持仓应答")]
public const int FID_ChannelRspQryPosition = 1572888;
///
/// 查询持仓明细请求(0, 24, 25)
///
[Description("查询持仓明细请求")]
public const int FID_ChannelReqQryPositionDetail = 1572889;
///
/// 查询持仓明细应答(0, 24, 26)
///
[Description("查询持仓明细应答")]
public const int FID_ChannelRspQryPositionDetail = 1572890;
///
/// 查询报单请求(0, 24, 27)
///
[Description("查询报单请求")]
public const int FID_ChannelReqQryOrder = 1572891;
///
/// 查询报单应答(0, 24, 28)
///
[Description("查询报单应答")]
public const int FID_ChannelRspQryOrder = 1572892;
///
/// 查询成交请求(0, 24, 29)
///
[Description("查询成交请求")]
public const int FID_ChannelReqQryTrade = 1572893;
///
/// 查询成交应答(0, 24, 30)
///
[Description("查询成交应答")]
public const int FID_ChannelRspQryTrade = 1572894;
///
/// 查询合约请求(0, 24, 31)
///
[Description("查询合约请求")]
public const int FID_ChannelReqQryInstrument = 1572895;
///
/// 查询合约应答(0, 24, 32)
///
[Description("查询合约应答")]
public const int FID_ChannelRspQryInstrument = 1572896;
///
/// 委托单状态变更通知(0, 24, 33)
///
[Description("委托单状态变更通知")]
public const int FID_ChannelNoticeOrder = 1572897;
///
/// 单据成交通知(0, 24, 34)
///
[Description("单据成交通知")]
public const int FID_ChannelNOticeTrade = 1572898;
///
/// 短信发送请求(0, 26, 1)
///
[Description("短信发送请求")]
public const int FID_ShortMsgSendReq = 1703937;
///
/// 短信发送应答(0, 26, 2)
///
[Description("短信发送应答")]
public const int FID_ShortMsgSendRsp = 1703938;
///
/// 营销策略暂停请求(0, 27, 1)
///
[Description("营销策略暂停请求")]
public const int FID_MsStrategyPauseReq = 1769473;
///
/// 营销策略暂停应答(0, 27, 2)
///
[Description("营销策略暂停应答")]
public const int FID_MsStrategyPauseRsp = 1769474;
///
/// 发货申请(0, 27, 3)
///
[Description("发货申请")]
public const int FID_MsInvoiceOrderReq = 1769475;
///
/// 发货单明细(0, 27, 4)
///
[Description("发货单明细")]
public const int FID_MsInvoiceOrderDetail = 1769476;
///
/// 发货申请应答(0, 27, 5)
///
[Description("发货申请应答")]
public const int FID_MsInvoiceOrderRsp = 1769477;
///
/// 发货确认请求(0, 27, 6)
///
[Description("发货确认请求")]
public const int FID_MsInvoiceConfirmReq = 1769478;
///
/// 发货确认应答(0, 27, 7)
///
[Description("发货确认应答")]
public const int FID_MsInvoiceConfirmRsp = 1769479;
///
/// 中远发货配置信息(0, 27, 8)
///
[Description("中远发货配置信息")]
public const int FID_ZYShipperConfigInfo = 1769480;
///
/// 订单行权请求(0, 27, 9)
///
[Description("订单行权请求")]
public const int FID_MsOrderExerciseReq = 1769481;
///
/// 订单行权应答(0, 27, 10)
///
[Description("订单行权应答")]
public const int FID_MsOrderExerciseRsp = 1769482;
///
/// 提货申请(0, 27, 11)
///
[Description("提货申请")]
public const int FID_MsLadingOrderReq = 1769483;
///
/// 提货申请应答(0, 27, 12)
///
[Description("提货申请应答")]
public const int FID_MsLadingOrderRsp = 1769484;
///
/// 发票请求(0, 27, 13)
///
[Description("发票请求")]
public const int FID_MarkingReciptReq = 1769485;
///
/// 发票应答(0, 27, 14)
///
[Description("发票应答")]
public const int FID_MarkingReciptRsp = 1769486;
///
/// 卷转积分请求(0, 27, 15)
///
[Description("卷转积分请求")]
public const int FID_MsCoupon2ScoreReq = 1769487;
///
/// 卷转积分应答(0, 27, 16)
///
[Description("卷转积分应答")]
public const int FID_MsCoupon2ScoreRsp = 1769488;
///
/// 赠送红包应答(0, 27, 17)
///
[Description("赠送红包应答")]
public const int FID_GiveScoreRsp = 1769489;
///
/// 确认行权审核请求(0, 27, 18)
///
[Description("确认行权审核请求")]
public const int FID_MsOrderExerciseAuditReq = 1769490;
///
/// 确认行权审核应答(0, 27, 19)
///
[Description("确认行权审核应答")]
public const int FID_MsOrderExerciseAuditRsp = 1769491;
///
/// 获取积分请求(0, 28, 1)
///
[Description("获取积分请求")]
public const int FID_FetchScoreReq = 1835009;
///
/// 获取积分应答(0, 28, 2)
///
[Description("获取积分应答")]
public const int FID_FetchScoreRsp = 1835010;
///
/// 积分消费请求(0, 28, 3)
///
[Description("积分消费请求")]
public const int FID_ConsumeScoreReq = 1835011;
///
/// 积分消费应答(0, 28, 4)
///
[Description("积分消费应答")]
public const int FID_ConsumeScoreRsp = 1835012;
///
/// 积分合消审核(0, 28, 5)
///
[Description("积分合消审核")]
public const int FID_CloseDownScoreReq = 1835013;
///
/// 积分合消审核回应(0, 28, 6)
///
[Description("积分合消审核回应")]
public const int FID_CloseDownScoreRsp = 1835014;
///
/// 积分合消申请(0, 28, 7)
///
[Description("积分合消申请")]
public const int FID_AppCloseDownScoreReq = 1835015;
///
/// 积分合消申请回应(0, 28, 8)
///
[Description("积分合消申请回应")]
public const int FID_AppCloseDownScoreRsp = 1835016;
///
/// 积分撤销(0, 28, 9)
///
[Description("积分撤销")]
public const int FID_CancelScoreReq = 1835017;
///
/// 积分撤销回应(0, 28, 10)
///
[Description("积分撤销回应")]
public const int FID_CancelScoreRsp = 1835018;
///
/// 积分清理请求(0, 28, 11)
///
[Description("积分清理请求")]
public const int FID_ClearScoreReq = 1835019;
///
/// 积分清理应答(0, 28, 12)
///
[Description("积分清理应答")]
public const int FID_ClearScoreRsp = 1835020;
///
/// 积分获取通知(0, 28, 13)
///
[Description("积分获取通知")]
public const int FID_GetScoreRsp = 1835021;
///
/// 积分减少请求(0, 28, 14)
///
[Description("积分减少请求")]
public const int FID_ReduceScoreReq = 1835022;
///
/// 积分减少应答(0, 28, 15)
///
[Description("积分减少应答")]
public const int FID_ReduceScoreRsp = 1835023;
///
/// 新增修改收货地址请求(0, 29, 1)
///
[Description("新增修改收货地址请求")]
public const int FID_UserReceiveInfoReq = 1900545;
///
/// 新增修改收货地址请求响应(0, 29, 2)
///
[Description("新增修改收货地址请求响应")]
public const int FID_UserReceiveInfoRsp = 1900546;
///
/// 删除收货地址请求(0, 29, 3)
///
[Description("删除收货地址请求")]
public const int FID_DelUserReceiveInfoReq = 1900547;
///
/// 删除收货地址请求响应(0, 29, 4)
///
[Description("删除收货地址请求响应")]
public const int FID_DelUserReceiveInfoRsp = 1900548;
///
/// 新增修改用户发票信息请求(0, 29, 5)
///
[Description("新增修改用户发票信息请求")]
public const int FID_UserReceiptInfoReq = 1900549;
///
/// 新增修改用户发票信息请求响应(0, 29, 6)
///
[Description("新增修改用户发票信息请求响应")]
public const int FID_UserReceiptInfoRsp = 1900550;
///
/// 删除用户发票信息请求(0, 29, 7)
///
[Description("删除用户发票信息请求")]
public const int FID_DelUserReceiptInfoReq = 1900551;
///
/// 删除用户发票信息请求响应(0, 29, 8)
///
[Description("删除用户发票信息请求响应")]
public const int FID_DelUserReceiptInfoRsp = 1900552;
///
/// 投资者销户申请请求(0, 29, 9)
///
[Description("投资者销户申请请求")]
public const int FID_InvestorDelReq = 1900553;
///
/// 投资者销户申请请求响应(0, 29, 10)
///
[Description("投资者销户申请请求响应")]
public const int FID_InvestorDelRsp = 1900554;
///
/// 交收服务商签约请求(0, 29, 11)
///
[Description("交收服务商签约请求")]
public const int FID_ProviderUserSignReq = 1900555;
///
/// 交收服务商签约响应(0, 29, 12)
///
[Description("交收服务商签约响应")]
public const int FID_ProviderUserSignRsp = 1900556;
///
/// 预售集采申请档位价格(0, 29, 13)
///
[Description("预售集采申请档位价格")]
public const int FID_PreSaleApplyPrice = 1900557;
///
/// 预售集采申请请求(0, 29, 14)
///
[Description("预售集采申请请求")]
public const int FID_PreSaleApplyReq = 1900558;
///
/// 预售集采申请应答(0, 29, 15)
///
[Description("预售集采申请应答")]
public const int FID_PreSaleApplyRsp = 1900559;
///
/// 终端竞拍申请注销请求(0, 29, 16)
///
[Description("终端竞拍申请注销请求")]
public const int FID_AuctionApplyCancelClientReq = 1900560;
///
/// 终端竞拍申请注销应答(0, 29, 17)
///
[Description("终端竞拍申请注销应答")]
public const int FID_AuctionApplyCancelClientRsp = 1900561;
///
/// 竞拍申请请求(0, 29, 18)
///
[Description("竞拍申请请求")]
public const int FID_AuctionApplyOrderReq = 1900562;
///
/// 竞拍申请应答(0, 29, 19)
///
[Description("竞拍申请应答")]
public const int FID_AuctionApplyOrderRsp = 1900563;
///
/// 中远发货单确认收货请求(0, 29, 20)
///
[Description("中远发货单确认收货请求")]
public const int FID_InvoiceOrderRevedReq = 1900564;
///
/// 中远发货单确认收货响应(0, 29, 21)
///
[Description("中远发货单确认收货响应")]
public const int FID_InvoiceOrderRevedRsp = 1900565;
///
/// 预售集采申请撤销请求(0, 29, 22)
///
[Description("预售集采申请撤销请求")]
public const int FID_PreSaleApplyCancelReq = 1900566;
///
/// 预售集采申请撤销应答(0, 29, 23)
///
[Description("预售集采申请撤销应答")]
public const int FID_PreSaleApplyCancelRsp = 1900567;
///
/// 竞拍申请修改请求(0, 29, 24)
///
[Description("竞拍申请修改请求")]
public const int FID_AuctionApplyOrderEditReq = 1900568;
///
/// 竞拍申请修改应答(0, 29, 25)
///
[Description("竞拍申请修改应答")]
public const int FID_AuctionApplyOrderEditRsp = 1900569;
///
/// 设置默认收货地址请求(0, 29, 26)
///
[Description("设置默认收货地址请求")]
public const int FID_UserReceiveIsDefaultReq = 1900570;
///
/// 设置默认收货地址应答(0, 29, 27)
///
[Description("设置默认收货地址应答")]
public const int FID_UserReceiveIsDefaultRsp = 1900571;
///
/// 波动率商品配置通知(0, 21, 28)
///
[Description("波动率商品配置通知")]
public const int FID_VolatilityGoodsConfigNtf = 1376284;
///
/// 期权报价修改报价商升贴水通知(0, 19, 29)
///
[Description("期权报价修改报价商升贴水通知")]
public const int FID_ModifyQuoterPriceMoveValueNtf = 1245213;
///
/// 用户收货信息表(0, 29, 30)
///
[Description("用户收货信息表")]
public const int FID_ReceiverInfo = 1900574;
///
/// 查询用户收货信息表(0, 29, 31)
///
[Description("查询用户收货信息表")]
public const int FID_SearchReceiverReq = 1900575;
///
/// 查询用户收货信息表(0, 29, 32)
///
[Description("查询用户收货信息表")]
public const int FID_SearchReceiverRsp = 1900576;
///
/// 交易协议(0, 29, 33)
///
[Description("交易协议")]
public const int FID_TradeTransferInfo = 1900577;
///
/// 查询交易协议请求(0, 29, 34)
///
[Description("查询交易协议请求")]
public const int FID_TradeTransferReq = 1900578;
///
/// 查询交易协议应答(0, 29, 35)
///
[Description("查询交易协议应答")]
public const int FID_TradeTransferRsp = 1900579;
///
/// 投资者交易协议签约请求(0, 29, 36)
///
[Description("投资者交易协议签约请求")]
public const int FID_SuerTradeTransferReq = 1900580;
///
/// 投资者交易协议签约应答(0, 29, 37)
///
[Description("投资者交易协议签约应答")]
public const int FID_SuerTradeTransferRsp = 1900581;
///
/// 终端竞拍申请注销(7)请求(0, 29, 38)
///
[Description("终端竞拍申请注销(7)请求")]
public const int FID_AuctionApplyDeleteClientReq = 1900582;
///
/// 终端竞拍申请注销(7)应答(0, 29, 39)
///
[Description("终端竞拍申请注销(7)应答")]
public const int FID_AuctionApplyDeleteClientRsp = 1900583;
///
/// 发布通知公告请求(0, 29, 40)
///
[Description("发布通知公告请求")]
public const int FID_ManageNotifyInfo = 1900584;
///
/// 发布通知公告请求(0, 29, 41)
///
[Description("发布通知公告请求")]
public const int FID_ManageNotifyReq = 1900585;
///
/// 发布通知公告应答(0, 29, 42)
///
[Description("发布通知公告应答")]
public const int FID_ManageNotifyRsp = 1900586;
///
/// 重置密码检验(0, 29, 43)
///
[Description("重置密码检验")]
public const int FID_ResetPasswordCheckReq = 1900587;
///
/// 重置密码检验应答(0, 29, 44)
///
[Description("重置密码检验应答")]
public const int FID_ResetPasswordCheckRsp = 1900588;
///
/// 重置密码(0, 29, 45)
///
[Description("重置密码")]
public const int FID_ResetPasswordkReq = 1900589;
///
/// 重置密码应答(0, 29, 46)
///
[Description("重置密码应答")]
public const int FID_ResetPasswordRsp = 1900590;
///
/// 招标申请请求(0, 29, 47)
///
[Description("招标申请请求")]
public const int FID_TenderApplyReq = 1900591;
///
/// 招标申请请求响应(0, 29, 48)
///
[Description("招标申请请求响应")]
public const int FID_TenderApplyRsp = 1900592;
///
/// 招标申请撤回请求(0, 29, 49)
///
[Description("招标申请撤回请求")]
public const int FID_TenderApplyBackReq = 1900593;
///
/// 招标申请撤回请求响应(0, 29, 50)
///
[Description("招标申请撤回请求响应")]
public const int FID_TenderApplyBackRsp = 1900594;
///
/// 投标申请请求(0, 29, 51)
///
[Description("投标申请请求")]
public const int FID_BidApplyReq = 1900595;
///
/// 投标申请请求(0, 29, 52)
///
[Description("投标申请请求")]
public const int FID_BidApplyRsp = 1900596;
///
/// 投标申请撤回请求(0, 29, 53)
///
[Description("投标申请撤回请求")]
public const int FID_BidApplyBackReq = 1900597;
///
/// 投标申请撤回请求响应(0, 29, 54)
///
[Description("投标申请撤回请求响应")]
public const int FID_BidApplyBackRsp = 1900598;
///
/// 议价申请请求(0, 29, 55)
///
[Description("议价申请请求")]
public const int FID_WrBargainApplyReq = 1900599;
///
/// 议价申请响应(0, 29, 56)
///
[Description("议价申请响应")]
public const int FID_WrBargainApplyRsp = 1900600;
///
/// 议价申请撤回请求(0, 29, 57)
///
[Description("议价申请撤回请求")]
public const int FID_WrBargainBackReq = 1900601;
///
/// 议价申请撤回请求响应(0, 29, 58)
///
[Description("议价申请撤回请求响应")]
public const int FID_WrBargainBackRsp = 1900602;
///
/// 议价申请拒绝请求(0, 29, 59)
///
[Description("议价申请拒绝请求")]
public const int FID_WrBargainNoAgreeReq = 1900603;
///
/// 议价申请拒绝响应(0, 29, 60)
///
[Description("议价申请拒绝响应")]
public const int FID_WrBargainNoAgreeRsp = 1900604;
///
/// 修改用户是否需要发票请求(0, 29, 61)
///
[Description("修改用户是否需要发票请求")]
public const int FID_UserInfoNeedInvoiceReq = 1900605;
///
/// 修改用户是否需要发票响应(0, 29, 62)
///
[Description("修改用户是否需要发票响应")]
public const int FID_UserInfoNeedInvoiceRsp = 1900606;
///
/// 提货计划申请(0, 29, 63)
///
[Description("提货计划申请")]
public const int FID_TakeWRPlanReq = 1900607;
///
/// 提货计划申请应答(0, 29, 64)
///
[Description("提货计划申请应答")]
public const int FID_TakeWRPlanRsp = 1900608;
///
/// 提货计划撤销(0, 29, 65)
///
[Description("提货计划撤销")]
public const int FID_TakeWRPlanRebackReq = 1900609;
///
/// 提货计划撤销应答(0, 29, 66)
///
[Description("提货计划撤销应答")]
public const int FID_TakeWRPlanRebackRsp = 1900610;
///
/// 提货单司机信息(0, 29, 67)
///
[Description("提货单司机信息")]
public const int FID_TakeDetailDriverInfo = 1900611;
///
/// 提货单申请(0, 29, 68)
///
[Description("提货单申请")]
public const int FID_TakeWRPlanDetailReq = 1900612;
///
/// 提货单申请应答(0, 29, 69)
///
[Description("提货单申请应答")]
public const int FID_TakeWRPlanDetailRsp = 1900613;
///
/// 提货单确认收货(0, 29, 70)
///
[Description("提货单确认收货")]
public const int FID_TakeSureReq = 1900614;
///
/// 提货单确认收货(0, 29, 71)
///
[Description("提货单确认收货")]
public const int FID_TakeSureRsp = 1900615;
///
/// 现货单据录入请求(0, 29, 72)
///
[Description("现货单据录入请求")]
public const int FID_ErmsContractInfoReq = 1900616;
///
/// 现货单据录入应答(0, 29, 73)
///
[Description("现货单据录入应答")]
public const int FID_ErmsContractInfoRsp = 1900617;
///
/// 外部单据录入请求(0, 29, 74)
///
[Description("外部单据录入请求")]
public const int FID_UpdatePositionApplyReq = 1900618;
///
/// 外部单据录入应答(0, 29, 75)
///
[Description("外部单据录入应答")]
public const int FID_UpdatePositionApplyRsp = 1900619;
///
/// 场外期权录入请求(0, 29, 76)
///
[Description("场外期权录入请求")]
public const int FID_OptionHolderDetailReq = 1900620;
///
/// 场外期权录入应答(0, 29, 77)
///
[Description("场外期权录入应答")]
public const int FID_OptionHolderDetailRsp = 1900621;
///
/// 仓单回购录入估值列表(0, 29, 78)
///
[Description("仓单回购录入估值列表")]
public const int FID_EstimateConfig = 1900622;
///
/// 仓单回购录入请求(0, 29, 79)
///
[Description("仓单回购录入请求")]
public const int FID_SCFContractEstimateReq = 1900623;
///
/// 仓单回购录入应答(0, 29, 80)
///
[Description("仓单回购录入应答")]
public const int FID_SCFContractEstimateRsp = 1900624;
///
/// 登录账号绑定登录代码请求(0, 29, 81)
///
[Description("登录账号绑定登录代码请求")]
public const int FID_LoginAccountUpdateCodeReq = 1900625;
///
/// 登录账号绑定登录代码应答(0, 29, 82)
///
[Description("登录账号绑定登录代码应答")]
public const int FID_LoginAccountUpdateCodeRsp = 1900626;
///
/// 用户支付信息请求(0, 29, 83)
///
[Description("用户支付信息请求")]
public const int FID_UserPayInfoReq = 1900627;
///
/// 用户支付信息应答(0, 29, 84)
///
[Description("用户支付信息应答")]
public const int FID_UserPayInfoRsp = 1900628;
///
/// 单据录入撤销请求(0, 29, 85)
///
[Description("单据录入撤销请求")]
public const int FID_RepealApplyReq = 1900629;
///
/// 单据录入撤销应答(0, 29, 86)
///
[Description("单据录入撤销应答")]
public const int FID_RepealApplyRsp = 1900630;
///
/// 提货单确认收货请求(0, 29, 87)
///
[Description("提货单确认收货请求")]
public const int FID_TakeConfirmReq = 1900631;
///
/// 提货单确认收货应答(0, 29, 88)
///
[Description("提货单确认收货应答")]
public const int FID_TakeConfirmRsp = 1900632;
///
/// 通知公告已读请求(0, 29, 89)
///
[Description("通知公告已读请求")]
public const int FID_MsgReceiverReadedReq = 1900633;
///
/// 通知公告已读应答(0, 29, 90)
///
[Description("通知公告已读应答")]
public const int FID_MsgReceiverReadedRsp = 1900634;
///
/// 交易商头像请求(0, 29, 91)
///
[Description("交易商头像请求")]
public const int FID_DealerHeadReq = 1900635;
///
/// 交易商头像应答(0, 29, 92)
///
[Description("交易商头像应答")]
public const int FID_DealerHeadRsp = 1900636;
///
/// 用户商品收藏请求(0, 29, 93)
///
[Description("用户商品收藏请求")]
public const int FID_UserProductReq = 1900637;
///
/// 用户商品收藏应答(0, 29, 94)
///
[Description("用户商品收藏应答")]
public const int FID_UserProductRsp = 1900638;
///
/// 订单收货信息请求(0, 29, 95)
///
[Description("订单收货信息请求")]
public const int FID_AuctionOrderReq = 1900639;
///
/// 订单收货信息应答(0, 29, 96)
///
[Description("订单收货信息应答")]
public const int FID_AuctionOrderRsp = 1900640;
///
/// 提货单确认收货请求(0, 29, 97)
///
[Description("提货单确认收货请求")]
public const int FID_TakeConfirmSZDZReq = 1900641;
///
/// 提货单确认收货应答(0, 29, 98)
///
[Description("提货单确认收货应答")]
public const int FID_TakeConfirmSZDZRsp = 1900642;
///
/// 确认提货请求(0, 29, 99)
///
[Description("确认提货请求")]
public const int FID_TakeAuctionOrderReq = 1900643;
///
/// 确认提货应答(0, 29, 100)
///
[Description("确认提货应答")]
public const int FID_TakeAuctionOrderRsp = 1900644;
///
/// 外部开户请求(0, 29, 101)
///
[Description("外部开户请求")]
public const int FID_ExtOpenAccountReq = 1900645;
///
/// 外部开户应答(0, 29, 102)
///
[Description("外部开户应答")]
public const int FID_ExtOpenAccountRsp = 1900646;
///
/// 外部托管请求(0, 29, 103)
///
[Description("外部托管请求")]
public const int FID_ExtTrusteeReq = 1900647;
///
/// 外部托管响应(0, 29, 104)
///
[Description("外部托管响应")]
public const int FID_ExtTrusteeRsp = 1900648;
///
/// 外部注销请求(0, 29, 105)
///
[Description("外部注销请求")]
public const int FID_ExtLogoutReq = 1900649;
///
/// 外部注销响应(0, 29, 106)
///
[Description("外部注销响应")]
public const int FID_ExtLogoutRsp = 1900650;
///
/// 外部投顾与客户关系请求(0, 29, 107)
///
[Description("外部投顾与客户关系请求")]
public const int FID_ExtTrusteeRelationShipReq = 1900651;
///
/// 外部投顾与客户关系响应(0, 29, 108)
///
[Description("外部投顾与客户关系响应")]
public const int FID_ExtTrusteeRelationShipRsp = 1900652;
///
/// 投顾与客户关系(0, 29, 109)
///
[Description("投顾与客户关系")]
public const int FID_ArrayFTouGuClientInfo = 1900653;
///
/// 外部冻结解冻请求(0, 29, 110)
///
[Description("外部冻结解冻请求")]
public const int FID_ExtFreezeUserReq = 1900654;
///
/// 外部冻结解冻响应(0, 29, 111)
///
[Description("外部冻结解冻响应")]
public const int FID_ExtFreezeUserRsp = 1900655;
///
/// 参与竞拍请求(0, 30, 1)
///
[Description("参与竞拍请求")]
public const int FID_PartakeAuctionOrderReq = 1966081;
///
/// 参与竞拍应答(0, 30, 2)
///
[Description("参与竞拍应答")]
public const int FID_PartakeAuctionOrderRsp = 1966082;
///
/// 竞拍报价请求(0, 30, 3)
///
[Description("竞拍报价请求")]
public const int FID_AuctionQuoteOrderReq = 1966083;
///
/// 竞拍报价应答(0, 30, 4)
///
[Description("竞拍报价应答")]
public const int FID_AuctionQuoteOrderRsp = 1966084;
///
/// 竞拍违约处理请求(0, 30, 5)
///
[Description("竞拍违约处理请求")]
public const int FID_AuctionBreachReq = 1966085;
///
/// 竞拍违约处理应答(0, 30, 6)
///
[Description("竞拍违约处理应答")]
public const int FID_AuctionBreachRsp = 1966086;
///
/// 竞拍审核请求(0, 30, 7)
///
[Description("竞拍审核请求")]
public const int FID_AuctionCheckOrderReq = 1966087;
///
/// 竞拍审核应答(0, 30, 8)
///
[Description("竞拍审核应答")]
public const int FID_AuctionCheckOrderRsp = 1966088;
///
/// 竞拍申请注销请求(0, 30, 9)
///
[Description("竞拍申请注销请求")]
public const int FID_AuctionApplyCancelReq = 1966089;
///
/// 竞拍申请注销应答(0, 30, 10)
///
[Description("竞拍申请注销应答")]
public const int FID_AuctionApplyCancelRsp = 1966090;
///
/// 竞拍修改审核后的拍品请求(0, 30, 11)
///
[Description("竞拍修改审核后的拍品请求")]
public const int FID_AuctionModifyOrderInfoReq = 1966091;
///
/// 竞拍修改审核后的拍品应答(0, 30, 12)
///
[Description("竞拍修改审核后的拍品应答")]
public const int FID_AuctionModifyOrderInfoRsp = 1966092;
///
/// 竞拍拍品流拍请求(0, 30, 13)
///
[Description("竞拍拍品流拍请求")]
public const int FID_AuctionNoBeatReq = 1966093;
///
/// 竞拍拍品流拍应答(0, 30, 14)
///
[Description("竞拍拍品流拍应答")]
public const int FID_AuctionNoBeatRsp = 1966094;
///
/// 荷兰式按场次参与竞拍请求(0, 30, 15)
///
[Description("荷兰式按场次参与竞拍请求")]
public const int FID_PartakeGroupAuctionOrderReq = 1966095;
///
/// 荷兰式按场次参与竞拍应答(0, 30, 16)
///
[Description("荷兰式按场次参与竞拍应答")]
public const int FID_PartakeGroupAuctionOrderRsp = 1966096;
///
/// 金点拍用户抽奖请求(0, 30, 17)
///
[Description("金点拍用户抽奖请求")]
public const int FID_JdpUserLotteryReq = 1966097;
///
/// 金点拍用户抽奖响应(0, 30, 18)
///
[Description("金点拍用户抽奖响应")]
public const int FID_JdpUserLotteryRsp = 1966098;
///
/// JD购买能量值请求(0, 30, 19)
///
[Description("JD购买能量值请求")]
public const int FID_JdTransferManaPointReq = 1966099;
///
/// JD购买能量值响应(0, 30, 20)
///
[Description("JD购买能量值响应")]
public const int FID_JdTransferManaPointRsp = 1966100;
///
/// PD购买体力值请求(0, 30, 21)
///
[Description("PD购买体力值请求")]
public const int FID_PdTransferHealthPointReq = 1966101;
///
/// PD购买体力值响应(0, 30, 22)
///
[Description("PD购买体力值响应")]
public const int FID_PdTransferHealthPointRsp = 1966102;
///
/// JD转换PD请求(0, 30, 23)
///
[Description("JD转换PD请求")]
public const int FID_JdTransferPdReq = 1966103;
///
/// JD转换PD响应(0, 30, 24)
///
[Description("JD转换PD响应")]
public const int FID_JdTransferPdRsp = 1966104;
///
/// 金点拍拍得者获取抽奖号码请求(0, 30, 25)
///
[Description("金点拍拍得者获取抽奖号码请求")]
public const int FID_JdpPdzGetJoinNumReq = 1966105;
///
/// 金点拍拍得者获取抽奖号码响应(0, 30, 26)
///
[Description("金点拍拍得者获取抽奖号码响应")]
public const int FID_JdpPdzGetJoinNumRsp = 1966106;
///
/// PD转换PD请求(0, 30, 27)
///
[Description("PD转换PD请求")]
public const int FID_PdTransferPdReq = 1966107;
///
/// PD转换PD响应(0, 30, 28)
///
[Description("PD转换PD响应")]
public const int FID_PdTransferPdRsp = 1966108;
///
/// PD导入信息(0, 30, 29)
///
[Description("PD导入信息")]
public const int FID_PdTransferIn = 1966109;
///
/// PD批量导入请求(0, 30, 30)
///
[Description("PD批量导入请求")]
public const int FID_PdMultiTransferInReq = 1966110;
///
/// PD批量导入响应(0, 30, 31)
///
[Description("PD批量导入响应")]
public const int FID_PdMultiTransferInRsp = 1966111;
///
/// 用户VIP升级请求(0, 30, 32)
///
[Description("用户VIP升级请求")]
public const int FID_UserVipUpgradeReq = 1966112;
///
/// 用户VIP升级响应(0, 30, 33)
///
[Description("用户VIP升级响应")]
public const int FID_UserVipUpgradeRsp = 1966113;
///
/// 竞拍审核请求(0, 30, 34)
///
[Description("竞拍审核请求")]
public const int FID_AuctionCheckExOrderReq = 1966114;
///
/// 竞拍审核应答(0, 30, 35)
///
[Description("竞拍审核应答")]
public const int FID_AuctionCheckExOrderRsp = 1966115;
///
/// 批量调整信息(0, 30, 36)
///
[Description("批量调整信息")]
public const int FID_BatchChange = 1966116;
///
/// 用户批量调整请求(0, 30, 37)
///
[Description("用户批量调整请求")]
public const int FID_UserBatchChangeReq = 1966117;
///
/// 用户批量调整响应(0, 30, 38)
///
[Description("用户批量调整响应")]
public const int FID_UserBatchChangeRsp = 1966118;
///
/// 外部JD转入请求(0, 30, 39)
///
[Description("外部JD转入请求")]
public const int FID_ExtenalJdTransferInReq = 1966119;
///
/// 外部JD转入响应(0, 30, 40)
///
[Description("外部JD转入响应")]
public const int FID_ExtenalJdTransferInRsp = 1966120;
///
/// 自动报价请求(0, 31, 1)
///
[Description("自动报价请求")]
public const int FID_AutoQuoteReq = 2031617;
///
/// 自动报价请求回应(0, 31, 2)
///
[Description("自动报价请求回应")]
public const int FID_AutoQuoteRsp = 2031618;
///
/// 报价请求(0, 31, 5)
///
[Description("报价请求")]
public const int FID_QuoteReq = 2031621;
///
/// 报价请求(0, 31, 6)
///
[Description("报价请求")]
public const int FID_QuoteRsp = 2031622;
///
/// 报价请求(0, 31, 7)
///
[Description("报价请求")]
public const int FID_NewQuoteReq = 2031623;
///
/// 报价请求(0, 31, 8)
///
[Description("报价请求")]
public const int FID_NewQuoteRsp = 2031624;
///
/// 账户斩仓请求(0, 14, 1)
///
[Description("账户斩仓请求")]
public const int FID_CutAccountReq = 917505;
///
/// 账户斩仓应答(0, 14, 2)
///
[Description("账户斩仓应答")]
public const int FID_CutAccountRsp = 917506;
///
/// 强平查询请求(0, 3, 3)
///
[Description("强平查询请求")]
public const int FID_ForceCloseQueryReq = 196611;
///
/// 强平查询响应(0, 3, 4)
///
[Description("强平查询响应")]
public const int FID_ForceCloseQueryRsp = 196612;
///
/// 招标审核请求(0, 33, 1)
///
[Description("招标审核请求")]
public const int FID_TenderAuditReq = 2162689;
///
/// 招标审核应答(0, 33, 2)
///
[Description("招标审核应答")]
public const int FID_TenderAuditRsp = 2162690;
///
/// 招标确认请求(0, 33, 3)
///
[Description("招标确认请求")]
public const int FID_TenderConfirmReq = 2162691;
///
/// 招标确认应答(0, 33, 4)
///
[Description("招标确认应答")]
public const int FID_TenderConfirmRsp = 2162692;
///
/// 招标终止请求(0, 33, 5)
///
[Description("招标终止请求")]
public const int FID_TenderStopReq = 2162693;
///
/// 招标终止响应(0, 33, 6)
///
[Description("招标终止响应")]
public const int FID_TenderStopRsp = 2162694;
///
/// 投标审核请求(0, 33, 7)
///
[Description("投标审核请求")]
public const int FID_BidAuditReq = 2162695;
///
/// 投标审核应答(0, 33, 8)
///
[Description("投标审核应答")]
public const int FID_BidAuditRsp = 2162696;
///
/// 投标评分请求(0, 33, 9)
///
[Description("投标评分请求")]
public const int FID_BidGradeReq = 2162697;
///
/// 投标评分应答(0, 33, 10)
///
[Description("投标评分应答")]
public const int FID_BidGradeRsp = 2162698;
///
/// 中标确认请求(0, 33, 11)
///
[Description("中标确认请求")]
public const int FID_AcceptConfimReq = 2162699;
///
/// 中标确认应答(0, 33, 12)
///
[Description("中标确认应答")]
public const int FID_AcceptConfimRsp = 2162700;
///
/// 中标审核请求(0, 33, 13)
///
[Description("中标审核请求")]
public const int FID_AcceptAuditReq = 2162701;
///
/// 中标审核应答(0, 33, 14)
///
[Description("中标审核应答")]
public const int FID_AcceptAuditRsp = 2162702;
///
/// 中标作废请求(0, 33, 15)
///
[Description("中标作废请求")]
public const int FID_AcceptDisableReq = 2162703;
///
/// 中标作废应答(0, 33, 16)
///
[Description("中标作废应答")]
public const int FID_AcceptDisableRsp = 2162704;
///
/// 市场状态变更通知请求(0, 34, 1)
///
[Description("市场状态变更通知请求")]
public const int FID_MarketStatusChangeReq = 2228225;
///
/// 市场状态变更通知应答(0, 34, 2)
///
[Description("市场状态变更通知应答")]
public const int FID_MarketStatusChangeRsp = 2228226;
///
/// 市场状态给行情服务通知请求(0, 34, 3)
///
[Description("市场状态给行情服务通知请求")]
public const int FID_CSMarketStatusToQuoteReq = 2228227;
///
/// 市场状态给行情服务通知应答(0, 34, 4)
///
[Description("市场状态给行情服务通知应答")]
public const int FID_CSMarketStatusToQuoteRsp = 2228228;
///
/// 控制服务市场结算结果通知(0, 34, 5)
///
[Description("控制服务市场结算结果通知")]
public const int FID_CSMarketReckonResultNtf = 2228229;
///
/// 控制服务市场清算结果通知(0, 34, 6)
///
[Description("控制服务市场清算结果通知")]
public const int FID_CSSettleResultNtf = 2228230;
///
/// 下单请求(0, 35, 1)
///
[Description("下单请求")]
public const int FID_ExternOrderReq = 2293761;
///
/// 批量下单请求(0, 35, 2)
///
[Description("批量下单请求")]
public const int FID_MultiExternOrdersReq = 2293762;
///
/// 下单应答(0, 35, 3)
///
[Description("下单应答")]
public const int FID_ExOptionOrderRsp = 2293763;
///
/// 批量下单应答(0, 35, 4)
///
[Description("批量下单应答")]
public const int FID_MultiExOptionOrderRsp = 2293764;
///
/// 撤单请求(0, 35, 5)
///
[Description("撤单请求")]
public const int FID_ExOptionOrderCancelReq = 2293765;
///
/// 批量撤单请求(0, 35, 6)
///
[Description("批量撤单请求")]
public const int FID_MultiExOptionOrderCancelReq = 2293766;
///
/// 撤单应答(0, 35, 7)
///
[Description("撤单应答")]
public const int FID_ExOptionOrderCancelRsp = 2293767;
///
/// 批量撤单应答(0, 35, 8)
///
[Description("批量撤单应答")]
public const int FID_MultiExOptionOrderCancelRsp = 2293768;
///
/// 行权请求(0, 35, 9)
///
[Description("行权请求")]
public const int FID_ExOptionExeciseReq = 2293769;
///
/// 批量行权请求(0, 35, 10)
///
[Description("批量行权请求")]
public const int FID_MultiExOptionExeciseReq = 2293770;
///
/// 行权应答(0, 35, 11)
///
[Description("行权应答")]
public const int FID_ExOptionExeciseRsp = 2293771;
///
/// 批量行权应答(0, 35, 12)
///
[Description("批量行权应答")]
public const int FID_MultiExOptionExeciseRsp = 2293772;
///
/// 行权撤销请求(0, 35, 13)
///
[Description("行权撤销请求")]
public const int FID_ExOptionExeciseCancelReq = 2293773;
///
/// 批量行权撤销请求(0, 35, 14)
///
[Description("批量行权撤销请求")]
public const int FID_MultiExOptionExeciseCancelReq = 2293774;
///
/// 行权撤销应答(0, 35, 15)
///
[Description("行权撤销应答")]
public const int FID_ExeciseCancelRsp = 2293775;
///
/// 批量行权撤销应答(0, 35, 16)
///
[Description("批量行权撤销应答")]
public const int FID_MultiExeciseCancelRsp = 2293776;
///
/// 行权回调(0, 35, 17)
///
[Description("行权回调")]
public const int FID_ExeciseNotify = 2293777;
///
/// 批量行权回调(0, 35, 18)
///
[Description("批量行权回调")]
public const int FID_MultiExeciseNtf = 2293778;
///
/// 成交回调(0, 35, 19)
///
[Description("成交回调")]
public const int FID_TradeNotify = 2293779;
///
/// 批量成交回调(0, 35, 20)
///
[Description("批量成交回调")]
public const int FID_MultiTradeNtf = 2293780;
///
/// 撤单回调(0, 35, 21)
///
[Description("撤单回调")]
public const int FID_CancelNotify = 2293781;
///
/// 批量撤单回调(0, 35, 22)
///
[Description("批量撤单回调")]
public const int FID_MultiCancelNtf = 2293782;
///
/// 行权撤单回调(0, 35, 23)
///
[Description("行权撤单回调")]
public const int FID_ExeciseCancelNotify = 2293783;
///
/// 批量行权撤单回调(0, 35, 24)
///
[Description("批量行权撤单回调")]
public const int FID_MultiExeciseCancelNtf = 2293784;
///
/// 查询委托请求(0, 35, 25)
///
[Description("查询委托请求")]
public const int FID_QryExOptionOrderReq = 2293785;
///
/// 委托信息(0, 35, 26)
///
[Description("委托信息")]
public const int FID_OrderInfo = 2293786;
///
/// 查询委托返回(0, 35, 27)
///
[Description("查询委托返回")]
public const int FID_QryExOptionOrderRsp = 2293787;
///
/// 查询行权委托请求(0, 35, 28)
///
[Description("查询行权委托请求")]
public const int FID_QryExOptionExeciseOrderReq = 2293788;
///
/// 行权委托(0, 35, 29)
///
[Description("行权委托")]
public const int FID_ExeciseOrderInfo = 2293789;
///
/// 查询行权委托返回(0, 35, 30)
///
[Description("查询行权委托返回")]
public const int FID_QryExOptionExeciseOrderRsp = 2293790;
///
/// 持仓信息(0, 35, 31)
///
[Description("持仓信息")]
public const int FID_HolderInfo = 2293791;
///
/// 查询持仓请求(0, 35, 32)
///
[Description("查询持仓请求")]
public const int FID_QryExOptionHolderReq = 2293792;
///
/// 查询持仓返回(0, 35, 33)
///
[Description("查询持仓返回")]
public const int FID_QryExOptionHolderRsp = 2293793;
///
/// 查询行权结果请求(0, 35, 34)
///
[Description("查询行权结果请求")]
public const int FID_QryExOptionExeciseReq = 2293794;
///
/// 行权结果(0, 35, 35)
///
[Description("行权结果")]
public const int FID_ExeciseInfo = 2293795;
///
/// 查询行权结果请求(0, 35, 36)
///
[Description("查询行权结果请求")]
public const int FID_QryExOptionExeciseRsp = 2293796;
///
/// 查询委托扩展请求(0, 35, 37)
///
[Description("查询委托扩展请求")]
public const int FID_QryExOptionOrderExReq = 2293797;
///
/// 查询委托扩展返回(0, 35, 38)
///
[Description("查询委托扩展返回")]
public const int FID_QryExOptionOrderExRsp = 2293798;
///
/// 查询行权委托扩展请求(0, 35, 39)
///
[Description("查询行权委托扩展请求")]
public const int FID_QryExOptionExeciseOrderExReq = 2293799;
///
/// 查询行权委托扩展返回(0, 35, 40)
///
[Description("查询行权委托扩展返回")]
public const int FID_QryExOptionExeciseOrderExRsp = 2293800;
///
/// 单向建仓请求(0, 36, 1)
///
[Description("单向建仓请求")]
public const int FID_OptionOneWayOpenReq = 2359297;
///
/// 单向建仓应答(0, 36, 2)
///
[Description("单向建仓应答")]
public const int FID_OptionOneWayOpenRsp = 2359298;
///
/// 场外期权单向行权请求(0, 36, 3)
///
[Description("场外期权单向行权请求")]
public const int FID_OptionOneWayExeciseReq = 2359299;
///
/// 场外期权单向行权应答(0, 36, 4)
///
[Description("场外期权单向行权应答")]
public const int FID_OptionOneWayExeciseRsp = 2359300;
///
/// 场外期权单向对冲请求(0, 36, 5)
///
[Description("场外期权单向对冲请求")]
public const int FID_OptionOneWayHedgeReq = 2359301;
///
/// 场外期权单向对冲应答(0, 36, 6)
///
[Description("场外期权单向对冲应答")]
public const int FID_OptionOneWayHedgeRsp = 2359302;
///
/// 仓单录入服务公共协议结构(0, 37, 1)
///
[Description("仓单录入服务公共协议结构")]
public const int FID_WRInputCommon = 2424833;
///
/// 合同生效请求(0, 37, 2)
///
[Description("合同生效请求")]
public const int FID_ContractForceReq = 2424834;
///
/// 合同生效响应(0, 37, 3)
///
[Description("合同生效响应")]
public const int FID_ContractForceRsp = 2424835;
///
/// 上架审核通过请求(0, 38, 1)
///
[Description("上架审核通过请求")]
public const int FID_SpotQuoteStockAuditReq = 2490369;
///
/// 上架审核通过应答(0, 38, 2)
///
[Description("上架审核通过应答")]
public const int FID_SpotQuoteStockAuditRsp = 2490370;
///
/// 上架销售请求(0, 38, 3)
///
[Description("上架销售请求")]
public const int FID_SpotQuoteStockSaleReq = 2490371;
///
/// 上架销售应答(0, 38, 4)
///
[Description("上架销售应答")]
public const int FID_SpotQuoteStockSaleRsp = 2490372;
///
/// 修改申请请求(0, 38, 5)
///
[Description("修改申请请求")]
public const int FID_SpotQuoteUpdateApplyReq = 2490373;
///
/// 修改申请应答(0, 38, 6)
///
[Description("修改申请应答")]
public const int FID_SpotQuoteUpdateApplyRsp = 2490374;
///
/// 撤销修改申请请求(0, 38, 7)
///
[Description("撤销修改申请请求")]
public const int FID_SpotQuoteCancelUpdateReq = 2490375;
///
/// 撤销修改申请应答(0, 38, 8)
///
[Description("撤销修改申请应答")]
public const int FID_SpotQuoteCancelUpdateRsp = 2490376;
///
/// 修改审核通过请求(0, 38, 9)
///
[Description("修改审核通过请求")]
public const int FID_SpotQuoteUpdateAuditReq = 2490377;
///
/// 修改审核通过应答(0, 38, 10)
///
[Description("修改审核通过应答")]
public const int FID_SpotQuoteUpdateAuditRsp = 2490378;
///
/// 购买请求(0, 38, 11)
///
[Description("购买请求")]
public const int FID_SpotQuotePurchaseReq = 2490379;
///
/// 购买应答(0, 38, 12)
///
[Description("购买应答")]
public const int FID_SpotQuotePurchaseRsp = 2490380;
///
/// 下架请求(0, 38, 13)
///
[Description("下架请求")]
public const int FID_SpotQuoteStockOffReq = 2490381;
///
/// 下架应答(0, 38, 14)
///
[Description("下架应答")]
public const int FID_SpotQuoteStockOffRsp = 2490382;
///
/// 商品审核请求(0, 39, 1)
///
[Description("商品审核请求")]
public const int FID_SpotShopGoodsAuditReq = 2555905;
///
/// 商品审核应答(0, 39, 2)
///
[Description("商品审核应答")]
public const int FID_SpotShopGoodsAuditRsp = 2555906;
///
/// 商品购买请求(0, 39, 3)
///
[Description("商品购买请求")]
public const int FID_SpotShopPurchaseReq = 2555907;
///
/// 商品购买应答(0, 39, 4)
///
[Description("商品购买应答")]
public const int FID_SpotShopPurchaseRsp = 2555908;
///
/// 商品回购请求(0, 39, 5)
///
[Description("商品回购请求")]
public const int FID_SpotShopBuyBackReq = 2555909;
///
/// 商品回购应答(0, 39, 6)
///
[Description("商品回购应答")]
public const int FID_SpotShopBuyBackRsp = 2555910;
///
/// 提货申请请求(0, 39, 7)
///
[Description("提货申请请求")]
public const int FID_SpotShopTakeGoodsReq = 2555911;
///
/// 提货申请应答(0, 39, 8)
///
[Description("提货申请应答")]
public const int FID_SpotShopTakeGoodsRsp = 2555912;
///
/// 撤销提货申请请求(0, 39, 9)
///
[Description("撤销提货申请请求")]
public const int FID_SpotShopCancelTakeGoodsReq = 2555913;
///
/// 撤销提货申请应答(0, 39, 10)
///
[Description("撤销提货申请应答")]
public const int FID_SpotShopCancelTakeGoodsRsp = 2555914;
///
/// 提货审核请求(0, 39, 11)
///
[Description("提货审核请求")]
public const int FID_SpotShopTakeGoodsAuditReq = 2555915;
///
/// 提货审核应答(0, 39, 12)
///
[Description("提货审核应答")]
public const int FID_SpotShopTakeGoodsAuditRsp = 2555916;
///
/// 商品下架请求(0, 39, 13)
///
[Description("商品下架请求")]
public const int FID_SpotShopGoodsOffReq = 2555917;
///
/// 商品下架应答(0, 39, 14)
///
[Description("商品下架应答")]
public const int FID_SpotShopGoodsOffRsp = 2555918;
///
/// 上传交割商品请求(0, 40, 1)
///
[Description("上传交割商品请求")]
public const int FID_UploadDeliveryGoodsReq = 2621441;
///
/// 上传用户信息请求(0, 40, 2)
///
[Description("上传用户信息请求")]
public const int FID_UploadUserInfoReq = 2621442;
///
/// 上传现货成交通知请求(0, 40, 3)
///
[Description("上传现货成交通知请求")]
public const int FID_UploadSpotGoodsNoticeReq = 2621443;
}