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