This commit is contained in:
parent
faf051a085
commit
c509389946
1 changed files with 2 additions and 2 deletions
|
|
@ -123,7 +123,7 @@ public class OrderTemplateBuilder {
|
|||
order.setTradingCode(categoryP.tradingCode());
|
||||
order.setCounterPartyId(clcc.companyId());
|
||||
order.setCounterTradingCode(clcc.tradingCode());
|
||||
order.setComment("Type=1");
|
||||
order.setComment("Type=3");
|
||||
order.setType("CMBL");
|
||||
return order;
|
||||
}
|
||||
|
|
@ -139,7 +139,7 @@ public class OrderTemplateBuilder {
|
|||
order.setTradingCode(clcc.tradingCode());
|
||||
order.setCounterPartyId(categoryP.companyId());
|
||||
order.setCounterTradingCode(categoryP.tradingCode());
|
||||
order.setComment("Type=1");
|
||||
order.setComment("Type=3");
|
||||
order.setType("CMBL");
|
||||
return order;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue