This commit is contained in:
parent
74f1e29c32
commit
c624c29adf
1 changed files with 2 additions and 2 deletions
|
|
@ -155,7 +155,7 @@ public class OrderTemplateBuilder {
|
|||
order.setTradingCode(registry.getTradingCode());
|
||||
order.setCounterPartyId(clcc.companyId());
|
||||
order.setCounterTradingCode(clcc.tradingCode());
|
||||
order.setComment("Type=3");
|
||||
order.setComment("Type=1");
|
||||
order.setType("PLOV");
|
||||
return order;
|
||||
}
|
||||
|
|
@ -171,7 +171,7 @@ public class OrderTemplateBuilder {
|
|||
order.setTradingCode(clcc.tradingCode());
|
||||
order.setCounterPartyId(registry.getCompanyId());
|
||||
order.setCounterTradingCode(registry.getTradingCode());
|
||||
order.setComment("Type=3");
|
||||
order.setComment("Type=1");
|
||||
order.setType("PLOV");
|
||||
return order;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue