Philippe Chavanne

Results 1 comments of Philippe Chavanne

The problem comes from the OrderCondition setter that doesn't have a pointer receiver. `func (oc OrderCondition) setCondType(condType int64) { oc.conditionType = condType }` So `cond.setCondType(1)` in InitOrderCondition has no effect.