Example
if i.orderDirection = ppmmm.stat.inbound then
io.cancel = true
| skip inbound orders in this method
endif
return(0) | OK
if i.orderDirection = ppmmm.stat.inbound then
io.cancel = true
| skip inbound orders in this method
endif
return(0) | OK