tas_funcodes.cs 53 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705
  1. using System.ComponentModel;
  2. public class FuncCode
  3. {
  4. /// <summary>
  5. /// 公共通知消息头(0, 0, 1)
  6. /// </summary>
  7. [Description("公共通知消息头")]
  8. public const int FID_NotifyHead = 1;
  9. /// <summary>
  10. /// 公共通知消息(0, 0, 2)
  11. /// </summary>
  12. [Description("公共通知消息")]
  13. public const int FID_CommonNtf = 2;
  14. /// <summary>
  15. /// 用户登录请求(0, 1, 1)
  16. /// </summary>
  17. [Description("用户登录请求")]
  18. public const int FID_LoginReq = 65537;
  19. /// <summary>
  20. /// 用户登录应答(0, 1, 2)
  21. /// </summary>
  22. [Description("用户登录应答")]
  23. public const int FID_LoginRsp = 65538;
  24. /// <summary>
  25. /// 用户登出请求(0, 1, 3)
  26. /// </summary>
  27. [Description("用户登出请求")]
  28. public const int FID_LogoutReq = 65539;
  29. /// <summary>
  30. /// 用户登出应答(0, 1, 4)
  31. /// </summary>
  32. [Description("用户登出应答")]
  33. public const int FID_LogoutRsp = 65540;
  34. /// <summary>
  35. /// 用户令牌校验请求(0, 1, 5)
  36. /// </summary>
  37. [Description("用户令牌校验请求")]
  38. public const int FID_TokenCheckReq = 65541;
  39. /// <summary>
  40. /// 用户令牌校验应答(0, 1, 6)
  41. /// </summary>
  42. [Description("用户令牌校验应答")]
  43. public const int FID_TokenCheckRsp = 65542;
  44. /// <summary>
  45. /// 修改账户密码请求(0, 1, 7)
  46. /// </summary>
  47. [Description("修改账户密码请求")]
  48. public const int FID_ModifyPwdReq = 65543;
  49. /// <summary>
  50. /// 修改账户密码应答(0, 1, 8)
  51. /// </summary>
  52. [Description("修改账户密码应答")]
  53. public const int FID_ModifyPwdRsp = 65544;
  54. /// <summary>
  55. /// 通用错误通知(0, 2, 1)
  56. /// </summary>
  57. [Description("通用错误通知")]
  58. public const int FID_ErrorNtf = 131073;
  59. /// <summary>
  60. /// 客户离线通知(0, 2, 2)
  61. /// </summary>
  62. [Description("客户离线通知")]
  63. public const int FID_CustOfflineNtf = 131074;
  64. /// <summary>
  65. /// 头寸变化通知(0, 2, 3)
  66. /// </summary>
  67. [Description("头寸变化通知")]
  68. public const int FID_PosChangedNtf = 131075;
  69. /// <summary>
  70. /// 资金变化通知(0, 2, 4)
  71. /// </summary>
  72. [Description("资金变化通知")]
  73. public const int FID_MoneyChangedNtf = 131076;
  74. /// <summary>
  75. /// 持仓变化通知(0, 2, 5)
  76. /// </summary>
  77. [Description("持仓变化通知")]
  78. public const int FID_HoldsChangedNtf = 131077;
  79. /// <summary>
  80. /// 公告消息推送(0, 2, 6)
  81. /// </summary>
  82. [Description("公告消息推送")]
  83. public const int FID_BltMsgNtf = 131078;
  84. /// <summary>
  85. /// 平仓单平仓明细(0, 2, 7)
  86. /// </summary>
  87. [Description("平仓单平仓明细")]
  88. public const int FID_ArrayCloseInfo = 131079;
  89. /// <summary>
  90. /// 报单通知(0, 2, 8)
  91. /// </summary>
  92. [Description("报单通知")]
  93. public const int FID_DeclareOrderNtf = 131080;
  94. /// <summary>
  95. /// 委托单成交通知(0, 2, 9)
  96. /// </summary>
  97. [Description("委托单成交通知")]
  98. public const int FID_OrderDealedNtf = 131081;
  99. /// <summary>
  100. /// 委托单失效通知(0, 2, 10)
  101. /// </summary>
  102. [Description("委托单失效通知")]
  103. public const int FID_OrderFailedNtf = 131082;
  104. /// <summary>
  105. /// 委托单被平通知(0, 2, 11)
  106. /// </summary>
  107. [Description("委托单被平通知")]
  108. public const int FID_OrderClosedNtf = 131083;
  109. /// <summary>
  110. /// 委托单撤单通知(0, 2, 12)
  111. /// </summary>
  112. [Description("委托单撤单通知")]
  113. public const int FID_OrderCanceledNtf = 131084;
  114. /// <summary>
  115. /// 操作变更通知(0, 2, 13)
  116. /// </summary>
  117. [Description("操作变更通知")]
  118. public const int FID_OperateChangeNtf = 131085;
  119. /// <summary>
  120. /// 风控通知(0, 2, 14)
  121. /// </summary>
  122. [Description("风控通知")]
  123. public const int FID_RiskControlNtf = 131086;
  124. /// <summary>
  125. /// 强制平仓状态通知(0, 2, 15)
  126. /// </summary>
  127. [Description("强制平仓状态通知")]
  128. public const int FID_ForceCloseStatusNtf = 131087;
  129. /// <summary>
  130. /// 强制平仓成交通知(0, 2, 16)
  131. /// </summary>
  132. [Description("强制平仓成交通知")]
  133. public const int FID_ForceCloseDealedNtf = 131088;
  134. /// <summary>
  135. /// 市场状态变更通知(0, 2, 17)
  136. /// </summary>
  137. [Description("市场状态变更通知")]
  138. public const int FID_MarketStatusChangeNtf = 131089;
  139. /// <summary>
  140. /// 商品状态变更通知(0, 2, 18)
  141. /// </summary>
  142. [Description("商品状态变更通知")]
  143. public const int FID_GoodsStatusChangeNtf = 131090;
  144. /// <summary>
  145. /// 账户变更通知(0, 2, 19)
  146. /// </summary>
  147. [Description("账户变更通知")]
  148. public const int FID_AccountChangeNtf = 131091;
  149. /// <summary>
  150. /// 开休市计划通知(0, 2, 20)
  151. /// </summary>
  152. [Description("开休市计划通知")]
  153. public const int FID_MarketPlanChangeNtf = 131092;
  154. /// <summary>
  155. /// 开休市计划消息(0, 2, 21)
  156. /// </summary>
  157. [Description("开休市计划消息")]
  158. public const int FID_MarketPlanChange = 131093;
  159. /// <summary>
  160. /// 商品变更通知(0, 2, 22)
  161. /// </summary>
  162. [Description("商品变更通知")]
  163. public const int FID_GoodsChangeNtf = 131094;
  164. /// <summary>
  165. /// 手动修改市场状态请求(0, 2, 23)
  166. /// </summary>
  167. [Description("手动修改市场状态请求")]
  168. public const int FID_ManualChangeMarketReq = 131095;
  169. /// <summary>
  170. /// 手动修改市场状态响应(0, 2, 24)
  171. /// </summary>
  172. [Description("手动修改市场状态响应")]
  173. public const int FID_ManualChangeMarketRsp = 131096;
  174. /// <summary>
  175. /// 结算结果通知(0, 2, 25)
  176. /// </summary>
  177. [Description("结算结果通知")]
  178. public const int FID_ReckonResultNtf = 131097;
  179. /// <summary>
  180. /// 市场状态手工变化通知(0, 2, 26)
  181. /// </summary>
  182. [Description("市场状态手工变化通知")]
  183. public const int FID_MarketStatusManualChangeNtf = 131098;
  184. /// <summary>
  185. /// 商品状态手工变更通知(0, 2, 27)
  186. /// </summary>
  187. [Description("商品状态手工变更通知")]
  188. public const int FID_GoodsStatusManualChangeNtf = 131099;
  189. /// <summary>
  190. /// 库位数据(0, 2, 30)
  191. /// </summary>
  192. [Description("库位数据")]
  193. public const int FID_WRLocationInfo = 131102;
  194. /// <summary>
  195. /// 提单数据(0, 2, 29)
  196. /// </summary>
  197. [Description("提单数据")]
  198. public const int FID_LadingBillInfo = 131101;
  199. /// <summary>
  200. /// 仓单数据(0, 2, 28)
  201. /// </summary>
  202. [Description("仓单数据")]
  203. public const int FID_WRInfo = 131100;
  204. /// <summary>
  205. /// 仓单注册审核已通过(0, 2, 31)
  206. /// </summary>
  207. [Description("仓单注册审核已通过")]
  208. public const int FID_ReceiptRegisterSuccessNtf = 131103;
  209. /// <summary>
  210. /// 商品停牌计划变更通知(0, 2, 32)
  211. /// </summary>
  212. [Description("商品停牌计划变更通知")]
  213. public const int FID_GoodsClosePlanChangeNtf = 131104;
  214. /// <summary>
  215. /// 用户账号数据变更(0, 2, 33)
  216. /// </summary>
  217. [Description("用户账号数据变更")]
  218. public const int FID_AccountDataChange = 131105;
  219. /// <summary>
  220. /// 用户变更通知(0, 2, 34)
  221. /// </summary>
  222. [Description("用户变更通知")]
  223. public const int FID_UserChangeNtf = 131106;
  224. /// <summary>
  225. /// 登录账户数据变更(0, 2, 35)
  226. /// </summary>
  227. [Description("登录账户数据变更")]
  228. public const int FID_LoginAccChange = 131107;
  229. /// <summary>
  230. /// 登录账户变更通知(0, 2, 36)
  231. /// </summary>
  232. [Description("登录账户变更通知")]
  233. public const int FID_LoginAccChangeNtf = 131108;
  234. /// <summary>
  235. /// 供应链金融业务状态通知(0, 2, 37)
  236. /// </summary>
  237. [Description("供应链金融业务状态通知")]
  238. public const int FID_SCFBusinessStatusNtf = 131109;
  239. /// <summary>
  240. /// 仓单贸易成交通知(0, 2, 38)
  241. /// </summary>
  242. [Description("仓单贸易成交通知")]
  243. public const int FID_WRTradeDealedNtf = 131110;
  244. /// <summary>
  245. /// 履约计划步骤处理完成通知(0, 2, 39)
  246. /// </summary>
  247. [Description("履约计划步骤处理完成通知")]
  248. public const int FID_PerformancePlanStepProcessedNtf = 131111;
  249. /// <summary>
  250. /// 交易委托请求(0, 3, 1)
  251. /// </summary>
  252. [Description("交易委托请求")]
  253. public const int FID_OrderReq = 196609;
  254. /// <summary>
  255. /// 交易委托应答(0, 3, 2)
  256. /// </summary>
  257. [Description("交易委托应答")]
  258. public const int FID_OrderRsp = 196610;
  259. /// <summary>
  260. /// 撤单请求(0, 3, 3)
  261. /// </summary>
  262. [Description("撤单请求")]
  263. public const int FID_CancelOrderReq = 196611;
  264. /// <summary>
  265. /// 撤单应答(0, 3, 4)
  266. /// </summary>
  267. [Description("撤单应答")]
  268. public const int FID_CancelOrderRsp = 196612;
  269. /// <summary>
  270. /// 风控斩仓请求(0, 3, 5)
  271. /// </summary>
  272. [Description("风控斩仓请求")]
  273. public const int FID_RiskCloseReq = 196613;
  274. /// <summary>
  275. /// 风控斩仓响应(0, 3, 6)
  276. /// </summary>
  277. [Description("风控斩仓响应")]
  278. public const int FID_RiskCloseRsp = 196614;
  279. /// <summary>
  280. /// 仓单持仓转换请求(0, 3, 7)
  281. /// </summary>
  282. [Description("仓单持仓转换请求")]
  283. public const int FID_WairhouseReceiptHolderTranslateReq = 196615;
  284. /// <summary>
  285. /// 仓单持仓转换响应(0, 3, 8)
  286. /// </summary>
  287. [Description("仓单持仓转换响应")]
  288. public const int FID_WairhouseReceiptHolderTranslateRsp = 196616;
  289. /// <summary>
  290. /// 账户操作子指令(0, 4, 1)
  291. /// </summary>
  292. [Description("账户操作子指令")]
  293. public const int FID_SubCommand = 262145;
  294. /// <summary>
  295. /// 账户操作指令请求(0, 4, 2)
  296. /// </summary>
  297. [Description("账户操作指令请求")]
  298. public const int FID_AccountCommandReq = 262146;
  299. /// <summary>
  300. /// 账户操作指令应答(0, 4, 3)
  301. /// </summary>
  302. [Description("账户操作指令应答")]
  303. public const int FID_AccountCommandRsp = 262147;
  304. /// <summary>
  305. /// 资金操作指令(0, 4, 4)
  306. /// </summary>
  307. [Description("资金操作指令")]
  308. public const int FID_FundOperationCmd = 262148;
  309. /// <summary>
  310. /// 持仓操作指令(0, 4, 5)
  311. /// </summary>
  312. [Description("持仓操作指令")]
  313. public const int FID_PositionOperationCmd = 262149;
  314. /// <summary>
  315. /// 账户资金信息请求(0, 4, 6)
  316. /// </summary>
  317. [Description("账户资金信息请求")]
  318. public const int FID_AccountFundInfoReq = 262150;
  319. /// <summary>
  320. /// 账户资金信息响应(0, 4, 7)
  321. /// </summary>
  322. [Description("账户资金信息响应")]
  323. public const int FID_AccountFundInfoRsp = 262151;
  324. /// <summary>
  325. /// 仓单头寸操作指令(0, 4, 8)
  326. /// </summary>
  327. [Description("仓单头寸操作指令")]
  328. public const int FID_WRPositionOperationCmd = 262152;
  329. /// <summary>
  330. /// 仓单订单头寸操作指令(0, 4, 9)
  331. /// </summary>
  332. [Description("仓单订单头寸操作指令")]
  333. public const int FID_TradeWRPositionOperationCmd = 262153;
  334. /// <summary>
  335. /// 仓单订单头寸汇总查询指令(0, 4, 10)
  336. /// </summary>
  337. [Description("仓单订单头寸汇总查询指令")]
  338. public const int FID_TradeWRPositionQueryCmd = 262154;
  339. /// <summary>
  340. /// 通用查询请求(1, 5, 1)
  341. /// </summary>
  342. [Description("通用查询请求")]
  343. public const int FID_QueryCommonReq = 17104897;
  344. /// <summary>
  345. /// 通用查询参数信息(1, 5, 2)
  346. /// </summary>
  347. [Description("通用查询参数信息")]
  348. public const int FID_ParamValue = 17104898;
  349. /// <summary>
  350. /// 字段信息(1, 5, 3)
  351. /// </summary>
  352. [Description("字段信息")]
  353. public const int FID_FieldInfo = 17104899;
  354. /// <summary>
  355. /// 行数据(1, 5, 4)
  356. /// </summary>
  357. [Description("行数据")]
  358. public const int FID_RowValue = 17104900;
  359. /// <summary>
  360. /// 通用查询应答(1, 5, 5)
  361. /// </summary>
  362. [Description("通用查询应答")]
  363. public const int FID_QueryCommonRsp = 17104901;
  364. /// <summary>
  365. /// 获取最后更新时间请求(1, 5, 6)
  366. /// </summary>
  367. [Description("获取最后更新时间请求")]
  368. public const int FID_LastUpdateTimeReq = 17104902;
  369. /// <summary>
  370. /// 获取最后更新时间应答(1, 5, 7)
  371. /// </summary>
  372. [Description("获取最后更新时间应答")]
  373. public const int FID_LastUpdateTimeRsp = 17104903;
  374. /// <summary>
  375. /// 市场查询请求(1, 5, 8)
  376. /// </summary>
  377. [Description("市场查询请求")]
  378. public const int FID_MarketsQueryReq = 17104904;
  379. /// <summary>
  380. /// 市场查询应答(1, 5, 9)
  381. /// </summary>
  382. [Description("市场查询应答")]
  383. public const int FID_MarketsQueryRsp = 17104905;
  384. /// <summary>
  385. /// 市场信息(1, 5, 10)
  386. /// </summary>
  387. [Description("市场信息")]
  388. public const int FID_MarketsInfo = 17104906;
  389. /// <summary>
  390. /// 商品查询请求(1, 5, 11)
  391. /// </summary>
  392. [Description("商品查询请求")]
  393. public const int FID_GoodsQueryReq = 17104907;
  394. /// <summary>
  395. /// 商品查询应答(1, 5, 12)
  396. /// </summary>
  397. [Description("商品查询应答")]
  398. public const int FID_GoodsQueryRsp = 17104908;
  399. /// <summary>
  400. /// 商品信息(1, 5, 13)
  401. /// </summary>
  402. [Description("商品信息")]
  403. public const int FID_GoodsInfo = 17104909;
  404. /// <summary>
  405. /// 枚举常量字典查询请求(1, 5, 14)
  406. /// </summary>
  407. [Description("枚举常量字典查询请求")]
  408. public const int FID_DictionaryQueryReq = 17104910;
  409. /// <summary>
  410. /// 枚举常量字典查询应答(1, 5, 15)
  411. /// </summary>
  412. [Description("枚举常量字典查询应答")]
  413. public const int FID_DictionaryQueryRsp = 17104911;
  414. /// <summary>
  415. /// 枚举信息(1, 5, 16)
  416. /// </summary>
  417. [Description("枚举信息")]
  418. public const int FID_DictionaryInfo = 17104912;
  419. /// <summary>
  420. /// 错误码字典查询请求(1, 5, 17)
  421. /// </summary>
  422. [Description("错误码字典查询请求")]
  423. public const int FID_ErrorCodeQueryReq = 17104913;
  424. /// <summary>
  425. /// 错误码字典查询应答(1, 5, 18)
  426. /// </summary>
  427. [Description("错误码字典查询应答")]
  428. public const int FID_ErrorCodeQueryRsp = 17104914;
  429. /// <summary>
  430. /// 错误码信息(1, 5, 19)
  431. /// </summary>
  432. [Description("错误码信息")]
  433. public const int FID_ErrorCodeInfo = 17104915;
  434. /// <summary>
  435. /// 终端系统参数查询请求(1, 5, 20)
  436. /// </summary>
  437. [Description("终端系统参数查询请求")]
  438. public const int FID_ConfigQueryReq = 17104916;
  439. /// <summary>
  440. /// 终端系统参数查询应答(1, 5, 21)
  441. /// </summary>
  442. [Description("终端系统参数查询应答")]
  443. public const int FID_ConfigQueryRsp = 17104917;
  444. /// <summary>
  445. /// 参数信息(1, 5, 22)
  446. /// </summary>
  447. [Description("参数信息")]
  448. public const int FID_ConfigInfo = 17104918;
  449. /// <summary>
  450. /// 市场运行计划查询请求(1, 5, 23)
  451. /// </summary>
  452. [Description("市场运行计划查询请求")]
  453. public const int FID_MarketRunQueryReq = 17104919;
  454. /// <summary>
  455. /// 市场运行计划查询应答(1, 5, 24)
  456. /// </summary>
  457. [Description("市场运行计划查询应答")]
  458. public const int FID_MarketRunQueryRsp = 17104920;
  459. /// <summary>
  460. /// 市场及其日计划信息(1, 5, 25)
  461. /// </summary>
  462. [Description("市场及其日计划信息")]
  463. public const int FID_MarketRun = 17104921;
  464. /// <summary>
  465. /// 市场日运行计划信息(1, 5, 26)
  466. /// </summary>
  467. [Description("市场日运行计划信息")]
  468. public const int FID_DayRun = 17104922;
  469. /// <summary>
  470. /// 风险协议书查询请求(1, 5, 27)
  471. /// </summary>
  472. [Description("风险协议书查询请求")]
  473. public const int FID_RiskTipQueryReq = 17104923;
  474. /// <summary>
  475. /// 风险协议书查询应答(1, 5, 28)
  476. /// </summary>
  477. [Description("风险协议书查询应答")]
  478. public const int FID_RiskTipQueryRsp = 17104924;
  479. /// <summary>
  480. /// 登录查询请求(1, 5, 29)
  481. /// </summary>
  482. [Description("登录查询请求")]
  483. public const int FID_LoginQueryReq = 17104925;
  484. /// <summary>
  485. /// 登录查询应答(1, 5, 30)
  486. /// </summary>
  487. [Description("登录查询应答")]
  488. public const int FID_LoginQueryRsp = 17104926;
  489. /// <summary>
  490. /// 账户信息(1, 5, 31)
  491. /// </summary>
  492. [Description("账户信息")]
  493. public const int FID_AccountInfo = 17104927;
  494. /// <summary>
  495. /// 账户相关信息(1, 5, 32)
  496. /// </summary>
  497. [Description("账户相关信息")]
  498. public const int FID_TAAccountAll = 17104928;
  499. /// <summary>
  500. /// 资金账户信息(1, 5, 33)
  501. /// </summary>
  502. [Description("资金账户信息")]
  503. public const int FID_TaAccountInfo = 17104929;
  504. /// <summary>
  505. /// 持仓头寸信息(1, 5, 34)
  506. /// </summary>
  507. [Description("持仓头寸信息")]
  508. public const int FID_TradePosition = 17104930;
  509. /// <summary>
  510. /// 商品规则和费用(1, 5, 35)
  511. /// </summary>
  512. [Description("商品规则和费用")]
  513. public const int FID_GoodsRuleAndFee = 17104931;
  514. /// <summary>
  515. /// 商品规则类型(1, 5, 36)
  516. /// </summary>
  517. [Description("商品规则类型")]
  518. public const int FID_GoodsRule = 17104932;
  519. /// <summary>
  520. /// 商品保证金信息(1, 5, 37)
  521. /// </summary>
  522. [Description("商品保证金信息")]
  523. public const int FID_GoodsMarginConfig = 17104933;
  524. /// <summary>
  525. /// 未读通知查询请求(1, 5, 38)
  526. /// </summary>
  527. [Description("未读通知查询请求")]
  528. public const int FID_NoticeQueryReq = 17104934;
  529. /// <summary>
  530. /// 未读通知查询应答(1, 5, 39)
  531. /// </summary>
  532. [Description("未读通知查询应答")]
  533. public const int FID_NoticeQueryRsp = 17104935;
  534. /// <summary>
  535. /// 未读通知查询应答(1, 5, 40)
  536. /// </summary>
  537. [Description("未读通知查询应答")]
  538. public const int FID_NoticeInfo = 17104936;
  539. /// <summary>
  540. /// 菜单查询(1, 5, 41)
  541. /// </summary>
  542. [Description("菜单查询")]
  543. public const int FID_FuncMenuReq = 17104937;
  544. /// <summary>
  545. /// 菜单查询查询应答(1, 5, 42)
  546. /// </summary>
  547. [Description("菜单查询查询应答")]
  548. public const int FID_FuncMenuRsp = 17104938;
  549. /// <summary>
  550. /// 菜单权限(1, 5, 43)
  551. /// </summary>
  552. [Description("菜单权限")]
  553. public const int FID_FuncMenu = 17104939;
  554. /// <summary>
  555. /// 交割商品查询(1, 5, 44)
  556. /// </summary>
  557. [Description("交割商品查询")]
  558. public const int FID_DeliveryGoodsQueryReq = 17104940;
  559. /// <summary>
  560. /// 交割商品应答(1, 5, 45)
  561. /// </summary>
  562. [Description("交割商品应答")]
  563. public const int FID_DeliveryGoodsQueryRsp = 17104941;
  564. /// <summary>
  565. /// 交割商品信息(1, 5, 46)
  566. /// </summary>
  567. [Description("交割商品信息")]
  568. public const int FID_DeliveryGoodsInfo = 17104942;
  569. /// <summary>
  570. /// 可点选仓单查询(1, 5, 47)
  571. /// </summary>
  572. [Description("可点选仓单查询")]
  573. public const int FID_DeliveryWRReq = 17104943;
  574. /// <summary>
  575. /// 可点选仓单应答(1, 5, 48)
  576. /// </summary>
  577. [Description("可点选仓单应答")]
  578. public const int FID_DeliveryWRRsp = 17104944;
  579. /// <summary>
  580. /// 商品价差信息(1, 5, 49)
  581. /// </summary>
  582. [Description("商品价差信息")]
  583. public const int FID_GoodsDeliveryPrice = 17104945;
  584. /// <summary>
  585. /// 可点选仓单信息(1, 5, 50)
  586. /// </summary>
  587. [Description("可点选仓单信息")]
  588. public const int FID_TradeWRPosition = 17104946;
  589. /// <summary>
  590. /// 要素信息(1, 5, 51)
  591. /// </summary>
  592. [Description("要素信息")]
  593. public const int FID_PriceMove = 17104947;
  594. /// <summary>
  595. /// 交割申报请求(0, 6, 1)
  596. /// </summary>
  597. [Description("交割申报请求")]
  598. public const int FID_DeliveryOrderReq = 393217;
  599. /// <summary>
  600. /// 交割申报应答(0, 6, 2)
  601. /// </summary>
  602. [Description("交割申报应答")]
  603. public const int FID_DeliveryOrderRsp = 393218;
  604. /// <summary>
  605. /// 交割申报仓单明细(0, 6, 3)
  606. /// </summary>
  607. [Description("交割申报仓单明细")]
  608. public const int FID_WrDetail = 393219;
  609. /// <summary>
  610. /// 交割申报单明细(0, 6, 4)
  611. /// </summary>
  612. [Description("交割申报单明细")]
  613. public const int FID_DeliveryOrderDetail = 393220;
  614. /// <summary>
  615. /// 交割申请审核通知(0, 6, 5)
  616. /// </summary>
  617. [Description("交割申请审核通知")]
  618. public const int FID_DeliveryAuditNtf = 393221;
  619. /// <summary>
  620. /// 交割协议平仓请求(0, 6, 6)
  621. /// </summary>
  622. [Description("交割协议平仓请求")]
  623. public const int FID_DeliveryDealCloseReq = 393222;
  624. /// <summary>
  625. /// 交割协议平仓应答(0, 6, 7)
  626. /// </summary>
  627. [Description("交割协议平仓应答")]
  628. public const int FID_DeliveryDealCloseRsp = 393223;
  629. /// <summary>
  630. /// 交割成交请求(0, 6, 8)
  631. /// </summary>
  632. [Description("交割成交请求")]
  633. public const int FID_DeliveryTradeReq = 393224;
  634. /// <summary>
  635. /// 交割成交应答(0, 6, 9)
  636. /// </summary>
  637. [Description("交割成交应答")]
  638. public const int FID_DeliveryTradeRsp = 393225;
  639. /// <summary>
  640. /// 交割成交通知(0, 6, 10)
  641. /// </summary>
  642. [Description("交割成交通知")]
  643. public const int FID_DeliveryDealNtf = 393226;
  644. /// <summary>
  645. /// 签约请求(0, 9, 1)
  646. /// </summary>
  647. [Description("签约请求")]
  648. public const int FID_t2bBankSignReq = 589825;
  649. /// <summary>
  650. /// 签约应答(0, 9, 2)
  651. /// </summary>
  652. [Description("签约应答")]
  653. public const int FID_t2bBankSignRsp = 589826;
  654. /// <summary>
  655. /// 解约请求(0, 9, 3)
  656. /// </summary>
  657. [Description("解约请求")]
  658. public const int FID_t2bBankCancelSignReq = 589827;
  659. /// <summary>
  660. /// 解约应答(0, 9, 4)
  661. /// </summary>
  662. [Description("解约应答")]
  663. public const int FID_t2bBankCancelSignRsp = 589828;
  664. /// <summary>
  665. /// 签到请求(0, 9, 5)
  666. /// </summary>
  667. [Description("签到请求")]
  668. public const int FID_t2bSignInReq = 589829;
  669. /// <summary>
  670. /// 签到应答(0, 9, 6)
  671. /// </summary>
  672. [Description("签到应答")]
  673. public const int FID_t2bSignInRsp = 589830;
  674. /// <summary>
  675. /// 客户信息上传请求(0, 9, 7)
  676. /// </summary>
  677. [Description("客户信息上传请求")]
  678. public const int FID_m2bRegistCustomerInfoReq = 589831;
  679. /// <summary>
  680. /// 客户信息上传应答(0, 9, 8)
  681. /// </summary>
  682. [Description("客户信息上传应答")]
  683. public const int FID_m2bRegistCustomerInfoRsp = 589832;
  684. /// <summary>
  685. /// 签退请求(0, 9, 9)
  686. /// </summary>
  687. [Description("签退请求")]
  688. public const int FID_t2bSignOutReq = 589833;
  689. /// <summary>
  690. /// 签退应答(0, 9, 10)
  691. /// </summary>
  692. [Description("签退应答")]
  693. public const int FID_t2bSignOutRsp = 589834;
  694. /// <summary>
  695. /// 注销上传的客户信息请求(0, 9, 11)
  696. /// </summary>
  697. [Description("注销上传的客户信息请求")]
  698. public const int FID_m2bUnregistCustomerInfoReq = 589835;
  699. /// <summary>
  700. /// 注销上传的客户信息应答(0, 9, 12)
  701. /// </summary>
  702. [Description("注销上传的客户信息应答")]
  703. public const int FID_m2bUnregistCustomerInfoRsp = 589836;
  704. /// <summary>
  705. /// 出金请求(0, 9, 13)
  706. /// </summary>
  707. [Description("出金请求")]
  708. public const int FID_t2bBankWithdrawReq = 589837;
  709. /// <summary>
  710. /// 出金应答(0, 9, 14)
  711. /// </summary>
  712. [Description("出金应答")]
  713. public const int FID_t2bBankWithdrawRsp = 589838;
  714. /// <summary>
  715. /// 银行端出金请求(0, 9, 15)
  716. /// </summary>
  717. [Description("银行端出金请求")]
  718. public const int FID_b2tBankWithdrawReq = 589839;
  719. /// <summary>
  720. /// 银行端出金应答(0, 9, 16)
  721. /// </summary>
  722. [Description("银行端出金应答")]
  723. public const int FID_b2tBankWithdrawRsp = 589840;
  724. /// <summary>
  725. /// 银行端入金请求(0, 9, 17)
  726. /// </summary>
  727. [Description("银行端入金请求")]
  728. public const int FID_b2tBankDepositReq = 589841;
  729. /// <summary>
  730. /// 银行端入金应答(0, 9, 18)
  731. /// </summary>
  732. [Description("银行端入金应答")]
  733. public const int FID_b2tBankDepositRsp = 589842;
  734. /// <summary>
  735. /// 入金请求(0, 9, 19)
  736. /// </summary>
  737. [Description("入金请求")]
  738. public const int FID_t2bBankDepositReq = 589843;
  739. /// <summary>
  740. /// 入金应答(0, 9, 20)
  741. /// </summary>
  742. [Description("入金应答")]
  743. public const int FID_t2bBankDepositRsp = 589844;
  744. /// <summary>
  745. /// 银行端签约请求(0, 9, 21)
  746. /// </summary>
  747. [Description("银行端签约请求")]
  748. public const int FID_b2tBankSignReq = 589845;
  749. /// <summary>
  750. /// 银行端签约应答(0, 9, 22)
  751. /// </summary>
  752. [Description("银行端签约应答")]
  753. public const int FID_b2tBankSignRsp = 589846;
  754. /// <summary>
  755. /// 银行端解约请求(0, 9, 23)
  756. /// </summary>
  757. [Description("银行端解约请求")]
  758. public const int FID_b2tBankCancelSignReq = 589847;
  759. /// <summary>
  760. /// 银行端解约应答(0, 9, 24)
  761. /// </summary>
  762. [Description("银行端解约应答")]
  763. public const int FID_b2tBankCancelSignRsp = 589848;
  764. /// <summary>
  765. /// 银行端出金申请请求(0, 9, 25)
  766. /// </summary>
  767. [Description("银行端出金申请请求")]
  768. public const int FID_b2tBankWithdrawApplyForReq = 589849;
  769. /// <summary>
  770. /// 银行端出金申请应答(0, 9, 26)
  771. /// </summary>
  772. [Description("银行端出金申请应答")]
  773. public const int FID_b2tBankWithdrawApplyForRsp = 589850;
  774. /// <summary>
  775. /// 银行端审核结果通知请求(0, 9, 27)
  776. /// </summary>
  777. [Description("银行端审核结果通知请求")]
  778. public const int FID_b2tBankConfirmReq = 589851;
  779. /// <summary>
  780. /// 银行端审核结果通知应答(0, 9, 28)
  781. /// </summary>
  782. [Description("银行端审核结果通知应答")]
  783. public const int FID_b2tBankConfirmRsp = 589852;
  784. /// <summary>
  785. /// 短信验证码请求(0, 9, 29)
  786. /// </summary>
  787. [Description("短信验证码请求")]
  788. public const int FID_t2bSMSVerificationCodeReq = 589853;
  789. /// <summary>
  790. /// 短信验证码应答(0, 9, 30)
  791. /// </summary>
  792. [Description("短信验证码应答")]
  793. public const int FID_t2bSMSVerificationCodeRsp = 589854;
  794. /// <summary>
  795. /// 商品信息上传请求(0, 9, 31)
  796. /// </summary>
  797. [Description("商品信息上传请求")]
  798. public const int FID_t2bProductInfoReq = 589855;
  799. /// <summary>
  800. /// 商品信息上传应答(0, 9, 32)
  801. /// </summary>
  802. [Description("商品信息上传应答")]
  803. public const int FID_t2bProductInfoRsp = 589856;
  804. /// <summary>
  805. /// 付款请求(0, 9, 33)
  806. /// </summary>
  807. [Description("付款请求")]
  808. public const int FID_t2bPayMoneyReq = 589857;
  809. /// <summary>
  810. /// 付款应答(0, 9, 34)
  811. /// </summary>
  812. [Description("付款应答")]
  813. public const int FID_t2bPayMoneyRsp = 589858;
  814. /// <summary>
  815. /// 付款确认请求(0, 9, 35)
  816. /// </summary>
  817. [Description("付款确认请求")]
  818. public const int FID_t2bPayMoneyConfirmReq = 589859;
  819. /// <summary>
  820. /// 付款确认应答(0, 9, 36)
  821. /// </summary>
  822. [Description("付款确认应答")]
  823. public const int FID_t2bPayMoneyConfirmRsp = 589860;
  824. /// <summary>
  825. /// 账户服务操作账户应答(0, 9, 37)
  826. /// </summary>
  827. [Description("账户服务操作账户应答")]
  828. public const int FID_bs2asAccOperateRsp = 589861;
  829. /// <summary>
  830. /// 账户服务冻结资金应答(0, 9, 38)
  831. /// </summary>
  832. [Description("账户服务冻结资金应答")]
  833. public const int FID_bs2asFrozenRsp = 589862;
  834. /// <summary>
  835. /// 账户服务解冻资金应答(0, 9, 39)
  836. /// </summary>
  837. [Description("账户服务解冻资金应答")]
  838. public const int FID_bs2asUnfreezeRsp = 589863;
  839. /// <summary>
  840. /// 账户服务解冻并且扣款应答(0, 9, 40)
  841. /// </summary>
  842. [Description("账户服务解冻并且扣款应答")]
  843. public const int FID_bs2asUnfreezeAndOutRsp = 589864;
  844. /// <summary>
  845. /// 账户服务扣款应答(0, 9, 41)
  846. /// </summary>
  847. [Description("账户服务扣款应答")]
  848. public const int FID_bs2asOutBankRsp = 589865;
  849. /// <summary>
  850. /// 账户服务入金增加金额应答(0, 9, 42)
  851. /// </summary>
  852. [Description("账户服务入金增加金额应答")]
  853. public const int FID_bs2asInBankRsp = 589866;
  854. /// <summary>
  855. /// 开始上传客户信息请求(0, 9, 43)
  856. /// </summary>
  857. [Description("开始上传客户信息请求")]
  858. public const int FID_m2bInformToUploadUserInfoReq = 589867;
  859. /// <summary>
  860. /// 开始上传客户信息应答(0, 9, 44)
  861. /// </summary>
  862. [Description("开始上传客户信息应答")]
  863. public const int FID_m2bInformToUploadUserInfoRsp = 589868;
  864. /// <summary>
  865. /// 银行账户信息(0, 9, 45)
  866. /// </summary>
  867. [Description("银行账户信息")]
  868. public const int FID_ArrayBsBankAccInfos = 589869;
  869. /// <summary>
  870. /// 账户信息查询请求(0, 9, 46)
  871. /// </summary>
  872. [Description("账户信息查询请求")]
  873. public const int FID_t2bQueryAccInfosReq = 589870;
  874. /// <summary>
  875. /// 账户信息查询应答(0, 9, 47)
  876. /// </summary>
  877. [Description("账户信息查询应答")]
  878. public const int FID_t2bQueryAccInfosRsp = 589871;
  879. /// <summary>
  880. /// 交易所账号(0, 9, 48)
  881. /// </summary>
  882. [Description("交易所账号")]
  883. public const int FID_ArrayBsExchAccList = 589872;
  884. /// <summary>
  885. /// 商户账户信息查询请求(0, 9, 49)
  886. /// </summary>
  887. [Description("商户账户信息查询请求")]
  888. public const int FID_t2bQueryExchAccInfosReq = 589873;
  889. /// <summary>
  890. /// 商户账户信息查询应答(0, 9, 50)
  891. /// </summary>
  892. [Description("商户账户信息查询应答")]
  893. public const int FID_t2bQueryExchAccInfosRsp = 589874;
  894. /// <summary>
  895. /// 交易信息查询请求(0, 9, 51)
  896. /// </summary>
  897. [Description("交易信息查询请求")]
  898. public const int FID_t2bQueryBusinessStatusReq = 589875;
  899. /// <summary>
  900. /// 交易信息查询应答(0, 9, 52)
  901. /// </summary>
  902. [Description("交易信息查询应答")]
  903. public const int FID_t2bQueryBusinessStatusRsp = 589876;
  904. /// <summary>
  905. /// 链接地址查询请求(0, 9, 53)
  906. /// </summary>
  907. [Description("链接地址查询请求")]
  908. public const int FID_t2bQueryLinkAddrReq = 589877;
  909. /// <summary>
  910. /// 链接地址查询应答(0, 9, 54)
  911. /// </summary>
  912. [Description("链接地址查询应答")]
  913. public const int FID_t2bQueryLinkAddrRsp = 589878;
  914. /// <summary>
  915. /// 费用查询请求(0, 9, 55)
  916. /// </summary>
  917. [Description("费用查询请求")]
  918. public const int FID_t2bQueryExchChargeReq = 589879;
  919. /// <summary>
  920. /// 费用查询应答(0, 9, 56)
  921. /// </summary>
  922. [Description("费用查询应答")]
  923. public const int FID_t2bQueryExchChargeRsp = 589880;
  924. /// <summary>
  925. /// 交易所向中心报送文件请求(0, 9, 57)
  926. /// </summary>
  927. [Description("交易所向中心报送文件请求")]
  928. public const int FID_b2cInformFileReadyReq = 589881;
  929. /// <summary>
  930. /// 交易所向中心报送文件应答(0, 9, 58)
  931. /// </summary>
  932. [Description("交易所向中心报送文件应答")]
  933. public const int FID_b2cInformFileReadyRsp = 589882;
  934. /// <summary>
  935. /// 平台资金划转请求(0, 9, 59)
  936. /// </summary>
  937. [Description("平台资金划转请求")]
  938. public const int FID_t2bExchOutInBankReq = 589883;
  939. /// <summary>
  940. /// 平台资金划转应答(0, 9, 60)
  941. /// </summary>
  942. [Description("平台资金划转应答")]
  943. public const int FID_t2bExchOutInBankRsp = 589884;
  944. /// <summary>
  945. /// 中心向交易所报送文件请求(0, 9, 61)
  946. /// </summary>
  947. [Description("中心向交易所报送文件请求")]
  948. public const int FID_c2bInformFileReadyReq = 589885;
  949. /// <summary>
  950. /// 中心向交易所报送文件应答(0, 9, 62)
  951. /// </summary>
  952. [Description("中心向交易所报送文件应答")]
  953. public const int FID_c2bInformFileReadyRsp = 589886;
  954. /// <summary>
  955. /// 中心通知链接地址信息请求(0, 9, 63)
  956. /// </summary>
  957. [Description("中心通知链接地址信息请求")]
  958. public const int FID_c2bInformLinkAddrReq = 589887;
  959. /// <summary>
  960. /// 对账文件通知处理请求(0, 9, 64)
  961. /// </summary>
  962. [Description("对账文件通知处理请求")]
  963. public const int FID_bsOnInformAccCheckFileReq = 589888;
  964. /// <summary>
  965. /// 对账文件通知处理应答(0, 9, 65)
  966. /// </summary>
  967. [Description("对账文件通知处理应答")]
  968. public const int FID_bsOnInformAccCheckFileRsp = 589889;
  969. /// <summary>
  970. /// 准备对账请求(0, 9, 66)
  971. /// </summary>
  972. [Description("准备对账请求")]
  973. public const int FID_bsPrepareDataForAccCheckReq = 589890;
  974. /// <summary>
  975. /// 准备对账应答(0, 9, 67)
  976. /// </summary>
  977. [Description("准备对账应答")]
  978. public const int FID_bsPrepareDataForAccCheckRsp = 589891;
  979. /// <summary>
  980. /// 对账请求(0, 9, 68)
  981. /// </summary>
  982. [Description("对账请求")]
  983. public const int FID_bsAccCheckReq = 589892;
  984. /// <summary>
  985. /// 通知交易端处理单边账请求(0, 9, 69)
  986. /// </summary>
  987. [Description("通知交易端处理单边账请求")]
  988. public const int FID_bs2tInformAccCheckResReq = 589893;
  989. /// <summary>
  990. /// 通知交易端处理单边账应答(0, 9, 70)
  991. /// </summary>
  992. [Description("通知交易端处理单边账应答")]
  993. public const int FID_bs2tInformAccCheckResRsp = 589894;
  994. /// <summary>
  995. /// 交易端通知所有单边账处理完毕请求(0, 9, 71)
  996. /// </summary>
  997. [Description("交易端通知所有单边账处理完毕请求")]
  998. public const int FID_t2bInformAdjustFinishReq = 589895;
  999. /// <summary>
  1000. /// 交易端通知所有单边账处理完毕应答(0, 9, 72)
  1001. /// </summary>
  1002. [Description("交易端通知所有单边账处理完毕应答")]
  1003. public const int FID_t2bInformAdjustFinishRsp = 589896;
  1004. /// <summary>
  1005. /// 控制服务广播消息请求(0, 9, 73)
  1006. /// </summary>
  1007. [Description("控制服务广播消息请求")]
  1008. public const int FID_cs2bsInformMsgReq = 589897;
  1009. /// <summary>
  1010. /// 通知控制服务业务处理状态(0, 9, 74)
  1011. /// </summary>
  1012. [Description("通知控制服务业务处理状态")]
  1013. public const int FID_bs2csInformMsgReq = 589898;
  1014. /// <summary>
  1015. /// 交易所审核结果通知请求(0, 9, 75)
  1016. /// </summary>
  1017. [Description("交易所审核结果通知请求")]
  1018. public const int FID_t2bExchConfirmBusinessReq = 589899;
  1019. /// <summary>
  1020. /// 交易所审核结果通知应答(0, 9, 76)
  1021. /// </summary>
  1022. [Description("交易所审核结果通知应答")]
  1023. public const int FID_t2bExchConfirmBusinessRsp = 589900;
  1024. /// <summary>
  1025. /// 实时行情(1, 19, 1)
  1026. /// </summary>
  1027. [Description("实时行情")]
  1028. public const int FID_RealtimeQuote = 18022401;
  1029. /// <summary>
  1030. /// 商品码(1, 19, 2)
  1031. /// </summary>
  1032. [Description("商品码")]
  1033. public const int FID_WareCode = 18022402;
  1034. /// <summary>
  1035. /// 实时行情请求(1, 19, 3)
  1036. /// </summary>
  1037. [Description("实时行情请求")]
  1038. public const int FID_RealtimeQuoteReq = 18022403;
  1039. /// <summary>
  1040. /// 实时行情应答(1, 19, 4)
  1041. /// </summary>
  1042. [Description("实时行情应答")]
  1043. public const int FID_RealtimeQuoteRsp = 18022404;
  1044. /// <summary>
  1045. /// 商品交易状态(1, 19, 5)
  1046. /// </summary>
  1047. [Description("商品交易状态")]
  1048. public const int FID_MarketInfo = 18022405;
  1049. /// <summary>
  1050. /// 查询历史Tik数据请求(0, 19, 6)
  1051. /// </summary>
  1052. [Description("查询历史Tik数据请求")]
  1053. public const int FID_QueryHistoryTikReq = 1245190;
  1054. /// <summary>
  1055. /// 查询历史Tik数据请求(0, 19, 7)
  1056. /// </summary>
  1057. [Description("查询历史Tik数据请求")]
  1058. public const int FID_QueryWareLastTikReq = 1245191;
  1059. /// <summary>
  1060. /// MTP查询历史tik数据请求(0, 19, 8)
  1061. /// </summary>
  1062. [Description("MTP查询历史tik数据请求")]
  1063. public const int FID_QueryMTPWareLastTikReq = 1245192;
  1064. /// <summary>
  1065. /// 商品报价(1, 19, 9)
  1066. /// </summary>
  1067. [Description("商品报价")]
  1068. public const int FID_ArrayGoodsQuote = 18022409;
  1069. /// <summary>
  1070. /// MTP查询历史tik数据响应(0, 19, 10)
  1071. /// </summary>
  1072. [Description("MTP查询历史tik数据响应")]
  1073. public const int FID_QueryMTPWareLastTikRsp = 1245194;
  1074. /// <summary>
  1075. /// 历史tik查询结果(0, 19, 11)
  1076. /// </summary>
  1077. [Description("历史tik查询结果")]
  1078. public const int FID_QueryHistoryTikRep = 1245195;
  1079. /// <summary>
  1080. /// 商品信息(1, 19, 12)
  1081. /// </summary>
  1082. [Description("商品信息")]
  1083. public const int FID_WareInfo = 18022412;
  1084. /// <summary>
  1085. /// 查询数据请求(0, 19, 13)
  1086. /// </summary>
  1087. [Description("查询数据请求")]
  1088. public const int FID_DaysDataReq = 1245197;
  1089. /// <summary>
  1090. /// 盘面数据(1, 19, 14)
  1091. /// </summary>
  1092. [Description("盘面数据")]
  1093. public const int FID_DaysData = 18022414;
  1094. /// <summary>
  1095. /// 盘面数据响应(0, 19, 15)
  1096. /// </summary>
  1097. [Description("盘面数据响应")]
  1098. public const int FID_DaysDataRsp = 1245199;
  1099. /// <summary>
  1100. /// 结算价查询(0, 19, 16)
  1101. /// </summary>
  1102. [Description("结算价查询")]
  1103. public const int FID_SettlePriceReq = 1245200;
  1104. /// <summary>
  1105. /// 结算价(1, 19, 17)
  1106. /// </summary>
  1107. [Description("结算价")]
  1108. public const int FID_SettlePrice = 18022417;
  1109. /// <summary>
  1110. /// 结算价查询应答(0, 19, 18)
  1111. /// </summary>
  1112. [Description("结算价查询应答")]
  1113. public const int FID_SettlePriceRsp = 1245202;
  1114. /// <summary>
  1115. /// 行情数据报文(0, 19, 19)
  1116. /// </summary>
  1117. [Description("行情数据报文")]
  1118. public const int FID_Quotation = 1245203;
  1119. /// <summary>
  1120. /// 结算价行情(0, 19, 20)
  1121. /// </summary>
  1122. [Description("结算价行情")]
  1123. public const int FID_ReckonQuotation = 1245204;
  1124. /// <summary>
  1125. /// 履约交易申请请求(0, 20, 1)
  1126. /// </summary>
  1127. [Description("履约交易申请请求")]
  1128. public const int FID_PerformanceTradeApplyReq = 1310721;
  1129. /// <summary>
  1130. /// 履约交易申请应答(0, 20, 2)
  1131. /// </summary>
  1132. [Description("履约交易申请应答")]
  1133. public const int FID_PerformanceTradeApplyRsp = 1310722;
  1134. /// <summary>
  1135. /// 履约手动确认请求(0, 20, 3)
  1136. /// </summary>
  1137. [Description("履约手动确认请求")]
  1138. public const int FID_PerformanceManualConfirmReq = 1310723;
  1139. /// <summary>
  1140. /// 履约手动确认应答(0, 20, 4)
  1141. /// </summary>
  1142. [Description("履约手动确认应答")]
  1143. public const int FID_PerformanceManualConfirmRsp = 1310724;
  1144. /// <summary>
  1145. /// 延期申请请求(0, 20, 5)
  1146. /// </summary>
  1147. [Description("延期申请请求")]
  1148. public const int FID_PerformanceDelayApplyReq = 1310725;
  1149. /// <summary>
  1150. /// 延期申请应答(0, 20, 6)
  1151. /// </summary>
  1152. [Description("延期申请应答")]
  1153. public const int FID_PerformanceDelayApplyRsp = 1310726;
  1154. /// <summary>
  1155. /// 延期审核请求(0, 20, 7)
  1156. /// </summary>
  1157. [Description("延期审核请求")]
  1158. public const int FID_PerformanceDelayAuditReq = 1310727;
  1159. /// <summary>
  1160. /// 延期审核应答(0, 20, 8)
  1161. /// </summary>
  1162. [Description("延期审核应答")]
  1163. public const int FID_PerformanceDelayAuditRsp = 1310728;
  1164. /// <summary>
  1165. /// 违约申请请求(0, 20, 9)
  1166. /// </summary>
  1167. [Description("违约申请请求")]
  1168. public const int FID_PerformanceContractedApplyReq = 1310729;
  1169. /// <summary>
  1170. /// 违约申请应答(0, 20, 10)
  1171. /// </summary>
  1172. [Description("违约申请应答")]
  1173. public const int FID_PerformanceContractedApplyRsp = 1310730;
  1174. /// <summary>
  1175. /// 违约审核请求(0, 20, 11)
  1176. /// </summary>
  1177. [Description("违约审核请求")]
  1178. public const int FID_PerformanceContractedAuditReq = 1310731;
  1179. /// <summary>
  1180. /// 违约申请应答(0, 20, 12)
  1181. /// </summary>
  1182. [Description("违约申请应答")]
  1183. public const int FID_PerformanceContractedAuditRsp = 1310732;
  1184. /// <summary>
  1185. /// 仓单转移请求(0, 21, 1)
  1186. /// </summary>
  1187. [Description("仓单转移请求")]
  1188. public const int FID_ReceiptMoveReq = 1376257;
  1189. /// <summary>
  1190. /// 仓单转移回应(0, 21, 2)
  1191. /// </summary>
  1192. [Description("仓单转移回应")]
  1193. public const int FID_ReceiptMoveRsp = 1376258;
  1194. /// <summary>
  1195. /// 库位操作请求(0, 21, 3)
  1196. /// </summary>
  1197. [Description("库位操作请求")]
  1198. public const int FID_WarehouseSiteReq = 1376259;
  1199. /// <summary>
  1200. /// 库位操作回应(0, 21, 4)
  1201. /// </summary>
  1202. [Description("库位操作回应")]
  1203. public const int FID_WarehouseSiteRsp = 1376260;
  1204. /// <summary>
  1205. /// 仓单拆解并冻结库位[仓单生成业务]请求(0, 21, 7)
  1206. /// </summary>
  1207. [Description("仓单拆解并冻结库位[仓单生成业务]请求")]
  1208. public const int FID_ReceiptSplitReq = 1376263;
  1209. /// <summary>
  1210. /// 仓单拆解并冻结库位[仓单生成业务]回应(0, 21, 8)
  1211. /// </summary>
  1212. [Description("仓单拆解并冻结库位[仓单生成业务]回应")]
  1213. public const int FID_ReceiptSplitRsp = 1376264;
  1214. /// <summary>
  1215. /// 仓单转订单申请请求(0, 21, 9)
  1216. /// </summary>
  1217. [Description("仓单转订单申请请求")]
  1218. public const int FID_ReceiptToHoldApplyReq = 1376265;
  1219. /// <summary>
  1220. /// 仓单转订单申请回应(0, 21, 10)
  1221. /// </summary>
  1222. [Description("仓单转订单申请回应")]
  1223. public const int FID_ReceiptToHoldApplyRsp = 1376266;
  1224. /// <summary>
  1225. /// 仓单转订单审核请求(0, 21, 11)
  1226. /// </summary>
  1227. [Description("仓单转订单审核请求")]
  1228. public const int FID_ReceiptToHoldVerifyReq = 1376267;
  1229. /// <summary>
  1230. /// 仓单转订单审核回应(0, 21, 12)
  1231. /// </summary>
  1232. [Description("仓单转订单审核回应")]
  1233. public const int FID_ReceiptToHoldVerifyRsp = 1376268;
  1234. /// <summary>
  1235. /// 订单转仓单申请请求(0, 21, 13)
  1236. /// </summary>
  1237. [Description("订单转仓单申请请求")]
  1238. public const int FID_HoldToReceiptApplyReq = 1376269;
  1239. /// <summary>
  1240. /// 订单转仓单申请回应(0, 21, 14)
  1241. /// </summary>
  1242. [Description("订单转仓单申请回应")]
  1243. public const int FID_HoldToReceiptApplyRsp = 1376270;
  1244. /// <summary>
  1245. /// 订单转仓单审核请求(0, 21, 15)
  1246. /// </summary>
  1247. [Description("订单转仓单审核请求")]
  1248. public const int FID_HoldToReceiptVerifyReq = 1376271;
  1249. /// <summary>
  1250. /// 订单转仓单审核回应(0, 21, 16)
  1251. /// </summary>
  1252. [Description("订单转仓单审核回应")]
  1253. public const int FID_HoldToReceiptVerifyRsp = 1376272;
  1254. /// <summary>
  1255. /// 提货申请请求(0, 21, 17)
  1256. /// </summary>
  1257. [Description("提货申请请求")]
  1258. public const int FID_LadingApplyReq = 1376273;
  1259. /// <summary>
  1260. /// 提货申请回应(0, 21, 18)
  1261. /// </summary>
  1262. [Description("提货申请回应")]
  1263. public const int FID_LadingApplyRsp = 1376274;
  1264. /// <summary>
  1265. /// 提货审核请求(0, 21, 19)
  1266. /// </summary>
  1267. [Description("提货审核请求")]
  1268. public const int FID_LadingVerifyReq = 1376275;
  1269. /// <summary>
  1270. /// 提货审核回应(0, 21, 20)
  1271. /// </summary>
  1272. [Description("提货审核回应")]
  1273. public const int FID_LadingVerifyRsp = 1376276;
  1274. /// <summary>
  1275. /// 仓单转移到买方--仓单服务内部处理(0, 21, 21)
  1276. /// </summary>
  1277. [Description("仓单转移到买方--仓单服务内部处理")]
  1278. public const int FID_ReceiptMoveToBuyerReq = 1376277;
  1279. /// <summary>
  1280. /// 仓单贸易浮动价商品配置信息(0, 22, 1)
  1281. /// </summary>
  1282. [Description("仓单贸易浮动价商品配置信息")]
  1283. public const int FID_WRGoodsInfo = 1441793;
  1284. /// <summary>
  1285. /// 仓单贸易挂牌委托请求(0, 22, 2)
  1286. /// </summary>
  1287. [Description("仓单贸易挂牌委托请求")]
  1288. public const int FID_WRListingOrderReq = 1441794;
  1289. /// <summary>
  1290. /// 仓单贸易挂牌委托响应(0, 22, 3)
  1291. /// </summary>
  1292. [Description("仓单贸易挂牌委托响应")]
  1293. public const int FID_WRListingOrderRsp = 1441795;
  1294. /// <summary>
  1295. /// 挂牌撤单请求(0, 22, 4)
  1296. /// </summary>
  1297. [Description("挂牌撤单请求")]
  1298. public const int FID_WRListingCancelOrderReq = 1441796;
  1299. /// <summary>
  1300. /// 挂牌撤单应答(0, 22, 5)
  1301. /// </summary>
  1302. [Description("挂牌撤单应答")]
  1303. public const int FID_WRListingCancelOrderRsp = 1441797;
  1304. /// <summary>
  1305. /// 摘牌委托请求(0, 22, 6)
  1306. /// </summary>
  1307. [Description("摘牌委托请求")]
  1308. public const int FID_WRDelistingOrderReq = 1441798;
  1309. /// <summary>
  1310. /// 摘牌委托应答(0, 22, 7)
  1311. /// </summary>
  1312. [Description("摘牌委托应答")]
  1313. public const int FID_WRDelistingOrderRsp = 1441799;
  1314. /// <summary>
  1315. /// 合同激活请求(0, 23, 1)
  1316. /// </summary>
  1317. [Description("合同激活请求")]
  1318. public const int FID_ContractActivationReq = 1507329;
  1319. /// <summary>
  1320. /// 合同激活应答(0, 23, 2)
  1321. /// </summary>
  1322. [Description("合同激活应答")]
  1323. public const int FID_ContractActivationRsp = 1507330;
  1324. /// <summary>
  1325. /// 合同确认请求(0, 23, 3)
  1326. /// </summary>
  1327. [Description("合同确认请求")]
  1328. public const int FID_ContractConfirmReq = 1507331;
  1329. /// <summary>
  1330. /// 合同确认应答(0, 23, 4)
  1331. /// </summary>
  1332. [Description("合同确认应答")]
  1333. public const int FID_ContractConfirmRsp = 1507332;
  1334. /// <summary>
  1335. /// 手动结息请求(0, 23, 5)
  1336. /// </summary>
  1337. [Description("手动结息请求")]
  1338. public const int FID_ManualInterestSettlementReq = 1507333;
  1339. /// <summary>
  1340. /// 手动结息应答(0, 23, 6)
  1341. /// </summary>
  1342. [Description("手动结息应答")]
  1343. public const int FID_ManualInterestSettlementRsp = 1507334;
  1344. /// <summary>
  1345. /// 仓单回购请求(0, 23, 7)
  1346. /// </summary>
  1347. [Description("仓单回购请求")]
  1348. public const int FID_WarehouseRepurchaseReq = 1507335;
  1349. /// <summary>
  1350. /// 仓单回购应答(0, 23, 8)
  1351. /// </summary>
  1352. [Description("仓单回购应答")]
  1353. public const int FID_WarehouseRepurchaseRsp = 1507336;
  1354. /// <summary>
  1355. /// 支付欠款请求(0, 23, 9)
  1356. /// </summary>
  1357. [Description("支付欠款请求")]
  1358. public const int FID_PaymentArrearsReq = 1507337;
  1359. /// <summary>
  1360. /// 支付欠款应答(0, 23, 10)
  1361. /// </summary>
  1362. [Description("支付欠款应答")]
  1363. public const int FID_PaymentArrearsRsp = 1507338;
  1364. /// <summary>
  1365. /// 违约确认请求(0, 23, 11)
  1366. /// </summary>
  1367. [Description("违约确认请求")]
  1368. public const int FID_SCFBreachConfirmReq = 1507339;
  1369. /// <summary>
  1370. /// 违约确认应答(0, 23, 12)
  1371. /// </summary>
  1372. [Description("违约确认应答")]
  1373. public const int FID_SCFBreachConfirmRsp = 1507340;
  1374. /// <summary>
  1375. /// 违约处理请求(0, 23, 13)
  1376. /// </summary>
  1377. [Description("违约处理请求")]
  1378. public const int FID_SCFBreachHandleReq = 1507341;
  1379. /// <summary>
  1380. /// 违约处理应答(0, 23, 14)
  1381. /// </summary>
  1382. [Description("违约处理应答")]
  1383. public const int FID_SCFBreachHandleRsp = 1507342;
  1384. /// <summary>
  1385. /// 关闭合同请求(0, 23, 15)
  1386. /// </summary>
  1387. [Description("关闭合同请求")]
  1388. public const int FID_CloseContractReq = 1507343;
  1389. /// <summary>
  1390. /// 关闭合同应答(0, 23, 16)
  1391. /// </summary>
  1392. [Description("关闭合同应答")]
  1393. public const int FID_CloseContractRsp = 1507344;
  1394. /// <summary>
  1395. /// 增加合作方资金请求(0, 23, 17)
  1396. /// </summary>
  1397. [Description("增加合作方资金请求")]
  1398. public const int FID_AddPartnerFundReq = 1507345;
  1399. /// <summary>
  1400. /// 增加合作方资金应答(0, 23, 18)
  1401. /// </summary>
  1402. [Description("增加合作方资金应答")]
  1403. public const int FID_AddPartnerfundRsp = 1507346;
  1404. /// <summary>
  1405. /// 手动还款请求(0, 23, 19)
  1406. /// </summary>
  1407. [Description("手动还款请求")]
  1408. public const int FID_ManualRepayReq = 1507347;
  1409. /// <summary>
  1410. /// 手动还款应答(0, 23, 20)
  1411. /// </summary>
  1412. [Description("手动还款应答")]
  1413. public const int FID_ManualRepayRsp = 1507348;
  1414. /// <summary>
  1415. /// 支付保证金请求(0, 23, 21)
  1416. /// </summary>
  1417. [Description("支付保证金请求")]
  1418. public const int FID_PaymentMarginReq = 1507349;
  1419. /// <summary>
  1420. /// 支付保证金应答(0, 23, 22)
  1421. /// </summary>
  1422. [Description("支付保证金应答")]
  1423. public const int FID_PaymentMarginRsp = 1507350;
  1424. /// <summary>
  1425. /// 确认放款请求(0, 23, 23)
  1426. /// </summary>
  1427. [Description("确认放款请求")]
  1428. public const int FID_ConfirmLoanReq = 1507351;
  1429. /// <summary>
  1430. /// 确认放款应答(0, 23, 24)
  1431. /// </summary>
  1432. [Description("确认放款应答")]
  1433. public const int FID_ConfirmLoanRsp = 1507352;
  1434. /// <summary>
  1435. /// 合同注销请求(0, 23, 25)
  1436. /// </summary>
  1437. [Description("合同注销请求")]
  1438. public const int FID_ContractLoginoutReq = 1507353;
  1439. /// <summary>
  1440. /// 合同注销应答(0, 23, 26)
  1441. /// </summary>
  1442. [Description("合同注销应答")]
  1443. public const int FID_ContractLoginountRsp = 1507354;
  1444. #region MTP1.0
  1445. /// <summary>
  1446. /// 出入金解约请求(0, 10, 235)
  1447. /// </summary>
  1448. [Description("出入金解约请求")]
  1449. public const int FID_BankCancelSignReq = 655595;
  1450. /// <summary>
  1451. /// 出入金解约应答(0, 10, 236)
  1452. /// </summary>
  1453. [Description("出入金解约应答")]
  1454. public const int FID_BankCancelSignRsp = 655596;
  1455. /// <summary>
  1456. /// 出金请求(0, 10, 237)
  1457. /// </summary>
  1458. [Description("出金请求")]
  1459. public const int FID_BankWithDrawReq = 655597;
  1460. /// <summary>
  1461. /// 出金应答(0, 10, 238)
  1462. /// </summary>
  1463. [Description("出金应答")]
  1464. public const int FID_BankWithDrawRsp = 655598;
  1465. /// <summary>
  1466. /// 协议平仓状态更新(0, 6, 10)
  1467. /// </summary>
  1468. [Description("协议平仓状态更新")]
  1469. public const int FID_DealCloseSettingReq = 393226;
  1470. /// <summary>
  1471. /// 协议平仓状态更新应答(0, 6, 11)
  1472. /// </summary>
  1473. [Description("协议平仓状态更新应答")]
  1474. public const int FID_DealCloseSettingRsp = 393227;
  1475. /// <summary>
  1476. /// 摘牌委托(0, 22, 1)
  1477. /// </summary>
  1478. [Description("摘牌委托")]
  1479. public const int FID_DeListingOrderReq = 1441793;
  1480. /// <summary>
  1481. /// 摘牌应答(0, 22, 2)
  1482. /// </summary>
  1483. [Description("摘牌应答")]
  1484. public const int FID_DeListingOrderRsp = 1441794;
  1485. /// <summary>
  1486. /// 交割点选配对请求(1, 18, 107)
  1487. /// </summary>
  1488. [Description("交割点选配对请求")]
  1489. public const int FID_DeliveryOrderMatchReq = 17956971;
  1490. /// <summary>
  1491. /// 点选配对明细(1, 18, 108)
  1492. /// </summary>
  1493. [Description("点选配对明细")]
  1494. public const int FID_OrderMatchDetail = 17956972;
  1495. /// <summary>
  1496. /// 交割点选配对应答(1, 18, 109)
  1497. /// </summary>
  1498. [Description("交割点选配对应答")]
  1499. public const int FID_DeliveryOrderMatchRsp = 17956973;
  1500. /// <summary>
  1501. /// 交割提货个人信息查询请求(1, 18, 127)
  1502. /// </summary>
  1503. [Description("交割提货个人信息查询请求")]
  1504. public const int FID_DepositPersonalInfoReq = 17956991;
  1505. /// <summary>
  1506. /// 交割提货个人信息查询应答(1, 18, 128)
  1507. /// </summary>
  1508. [Description("交割提货个人信息查询应答")]
  1509. public const int FID_DepositPersonalInfoRsp = 17956992;
  1510. /// <summary>
  1511. /// 挂牌委托(0, 22, 5)
  1512. /// </summary>
  1513. [Description("挂牌委托")]
  1514. public const int FID_ListingOrderReq = 1441797;
  1515. /// <summary>
  1516. /// 挂牌应答(0, 22, 6)
  1517. /// </summary>
  1518. [Description("挂牌应答")]
  1519. public const int FID_ListingOrderRsp = 1441798;
  1520. /// <summary>
  1521. /// 提货申请明细(1, 18, 112)
  1522. /// </summary>
  1523. [Description("提货申请明细")]
  1524. public const int FID_OutStoreReqDetail = 17956976;
  1525. /// <summary>
  1526. /// 提货请求(1, 18, 113)
  1527. /// </summary>
  1528. [Description("提货请求")]
  1529. public const int FID_OutStoreReq = 17956977;
  1530. /// <summary>
  1531. /// 提货应答(1, 18, 114)
  1532. /// </summary>
  1533. [Description("提货应答")]
  1534. public const int FID_OutStoreRsp = 17956978;
  1535. /// <summary>
  1536. /// 查询账户和商品信息(1, 5, 11)
  1537. /// </summary>
  1538. [Description("查询账户和商品信息")]
  1539. public const int FID_QueryAccountAndGoodsReq = 17104907;
  1540. /// <summary>
  1541. /// 查询账户和商品信息回应-账户、交易所、市场、商品信息(1, 5, 12)
  1542. /// </summary>
  1543. [Description("查询账户和商品信息回应-账户、交易所、市场、商品信息")]
  1544. public const int FID_QueryAccountAndGoodsRsp = 17104908;
  1545. /// <summary>
  1546. /// 托管单消息请求(1, 18, 125)
  1547. /// </summary>
  1548. [Description("托管单消息请求")]
  1549. public const int FID_DepositReq = 17956989;
  1550. /// <summary>
  1551. /// 托管单消息应答(1, 18, 126)
  1552. /// </summary>
  1553. [Description("托管单消息应答")]
  1554. public const int FID_DepositRsp = 17956990;
  1555. /// <summary>
  1556. /// 发售委托单请求(0, 70, 213)
  1557. /// </summary>
  1558. [Description("发售委托单请求")]
  1559. public const int FID_IMOrderReq = 4587733;
  1560. /// <summary>
  1561. /// 发售委托单应答(0, 70, 214)
  1562. /// </summary>
  1563. [Description("发售委托单应答")]
  1564. public const int FID_IMOrderRsp = 4587734;
  1565. /// <summary>
  1566. /// 查询账户的菜单权限(1, 5, 13)
  1567. /// </summary>
  1568. [Description("查询账户的菜单权限")]
  1569. public const int FID_QueryAccountFuncMenuReq = 17104909;
  1570. /// <summary>
  1571. /// 查询账户的菜单权限(1, 5, 14)
  1572. /// </summary>
  1573. [Description("查询账户的菜单权限")]
  1574. public const int FID_QueryAccountFuncMenuRsp = 17104910;
  1575. /// <summary>
  1576. /// 交易账户商品参数请求(1, 5, 16)
  1577. /// </summary>
  1578. [Description("交易账户商品参数请求")]
  1579. public const int FID_QueryAccountGoodsTypeReq = 17104912;
  1580. /// <summary>
  1581. /// 交易账户商品参数应答(1, 5, 17)
  1582. /// </summary>
  1583. [Description("交易账户商品参数应答")]
  1584. public const int FID_QueryAccountGoodsTypeRsp = 17104913;
  1585. /// <summary>
  1586. /// 交易客户端消息中心查询请求(1, 16, 432)
  1587. /// </summary>
  1588. [Description("交易客户端消息中心查询请求")]
  1589. public const int FID_QueryClientBMReq = 17826224;
  1590. /// <summary>
  1591. /// 交易客户端消息中心查询应答(1, 16, 433)
  1592. /// </summary>
  1593. [Description("交易客户端消息中心查询应答")]
  1594. public const int FID_QueryClientBMRsp = 17826225;
  1595. /// <summary>
  1596. /// 收货确认(1, 18, 110)
  1597. /// </summary>
  1598. [Description("收货确认")]
  1599. public const int FID_ReceiveConfirmReq = 17956974;
  1600. /// <summary>
  1601. /// 收货确认(1, 18, 111)
  1602. /// </summary>
  1603. [Description("收货确认")]
  1604. public const int FID_ReceiveConfirmRsp = 17956975;
  1605. /// <summary>
  1606. /// 风险协议确认通知(0, 6, 13)
  1607. /// </summary>
  1608. [Description("风险协议确认通知")]
  1609. public const int FID_RiskCheckNotifyReq = 393229;
  1610. /// <summary>
  1611. /// 风险协议确认应答(0, 6, 14)
  1612. /// </summary>
  1613. [Description("风险协议确认应答")]
  1614. public const int FID_RiskCheckNotifyRsp = 393230;
  1615. /// <summary>
  1616. /// 修改公告已读未读状态(0, 16, 999)
  1617. /// </summary>
  1618. [Description("修改公告已读未读状态")]
  1619. public const int FID_UpdMsgReadStatus = 1049575;
  1620. /// <summary>
  1621. /// 查询操作日志请求(1, 17, 392)
  1622. /// </summary>
  1623. [Description("查询操作日志请求")]
  1624. public const int FID_QueryHisSysLogReq = 17891720;
  1625. /// <summary>
  1626. /// 查询配对仓单请求(1, 18, 116)
  1627. /// </summary>
  1628. [Description("查询配对仓单请求")]
  1629. public const int FID_WrPairReq = 17956980;
  1630. /// <summary>
  1631. /// 查询配对仓单应答(1, 18, 117)
  1632. /// </summary>
  1633. [Description("查询配对仓单应答")]
  1634. public const int FID_WrPairRsp = 17956981;
  1635. /// <summary>
  1636. /// 入金请求(0, 10, 239)
  1637. /// </summary>
  1638. [Description("入金请求")]
  1639. public const int FID_BankDepositReq = 655599;
  1640. /// <summary>
  1641. /// 入金应答(0, 10, 240)
  1642. /// </summary>
  1643. [Description("入金应答")]
  1644. public const int FID_BankDepositRsp = 655600;
  1645. /// <summary>
  1646. /// 出入金签约请求(0, 10, 233)
  1647. /// </summary>
  1648. [Description("出入金签约请求")]
  1649. public const int FID_BankSignReq = 655593;
  1650. /// <summary>
  1651. /// 出入金签约应答(0, 10, 234)
  1652. /// </summary>
  1653. [Description("出入金签约应答")]
  1654. public const int FID_BankSignRsp = 655594;
  1655. /// <summary>
  1656. /// 银行出入金明细查询请求(0, 15, 453)
  1657. /// </summary>
  1658. [Description("银行出入金明细查询请求")]
  1659. public const int FID_QueryBankAmountReq = 983493;
  1660. /// <summary>
  1661. /// 银行出入金明细查询应答(0, 15, 454)
  1662. /// </summary>
  1663. [Description("银行出入金明细查询应答")]
  1664. public const int FID_QueryBankAmountRsp = 983494;
  1665. /// <summary>
  1666. /// 查询会员风控信息(1, 5, 23)
  1667. /// </summary>
  1668. [Description("查询会员风控信息")]
  1669. public const int FID_QueryMemberMonitorReq = 17104919;
  1670. /// <summary>
  1671. /// 混合改单委托请求(0, 91, 205)
  1672. /// </summary>
  1673. [Description("混合改单委托请求")]
  1674. public const int FID_XMModifyOrderReq = 5963981;
  1675. /// <summary>
  1676. /// 混合改单委托应答(0, 91, 206)
  1677. /// </summary>
  1678. [Description("混合改单委托应答")]
  1679. public const int FID_XMModifyOrderRsp = 5963982;
  1680. #endregion
  1681. }