Commit b06d3cf0 by zhoujunpeng

头寸调拨确认交易修改

parent fa07e36b
...@@ -23,4 +23,8 @@ public class FtdBizInfoVo extends BizInfoVo{ ...@@ -23,4 +23,8 @@ public class FtdBizInfoVo extends BizInfoVo{
private String etyextkey = NULLSTR; private String etyextkey = NULLSTR;
private String swtflg = NULLSTR; private String swtflg = NULLSTR;
private BigDecimal canamt = BigDecimal.ZERO;
} }
...@@ -617,6 +617,9 @@ public class SettleContext { ...@@ -617,6 +617,9 @@ public class SettleContext {
switch (objtyp.substring(0, 2)) { switch (objtyp.substring(0, 2)) {
case "LI": case "LI":
case "BR": case "BR":
case "FT":
role = "TRO";
break;
case "FX": case "FX":
role = "APL"; role = "APL";
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment