Commit b06d3cf0 by zhoujunpeng

头寸调拨确认交易修改

parent fa07e36b
......@@ -23,4 +23,8 @@ public class FtdBizInfoVo extends BizInfoVo{
private String etyextkey = NULLSTR;
private String swtflg = NULLSTR;
private BigDecimal canamt = BigDecimal.ZERO;
}
......@@ -617,6 +617,9 @@ public class SettleContext {
switch (objtyp.substring(0, 2)) {
case "LI":
case "BR":
case "FT":
role = "TRO";
break;
case "FX":
role = "APL";
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