Useful particularly for optional fields. Would allow for one line to set a field vs the current option, eg ``` go order.SetStopPx(100) //instead of... px:=100 order.StopPx = &px ```