Field Setters for generated messages
Created by: cbusbey
Useful particularly for optional fields. Would allow for one line to set a field vs the current option, eg
order.SetStopPx(100)
//instead of...
px:=100
order.StopPx = &px
Created by: cbusbey
Useful particularly for optional fields. Would allow for one line to set a field vs the current option, eg
order.SetStopPx(100)
//instead of...
px:=100
order.StopPx = &px