Class OrderInfoBuilder

java.lang.Object
velox.api.layer1.data.OrderInfoBuilder

public class OrderInfoBuilder
extends java.lang.Object

Modifiable version of OrderInfo/OrderInfoUpdate. This one can be edited and then transformed into OrderInfoUpdate.

Note, that while correctly marking changes (markAllChanged(), markAllUnchanged()) does not do anything in current version, it's still advised to do it, since it's pretty simple and might be used for something later.