Class BlockTradeProperties.Builder
java.lang.Object
com.caplin.motif.fx.ret.fxtrading.customfield.block.BlockTradeProperties.Builder
- Enclosing class:
- BlockTradeProperties
Helper class used to construct a BlockTradeProperties object. You should instantiate this class by calling
BlockTradeProperties.builder().-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theBlockTradePropertiesobject.Builds theBlockTradePropertieswith the specified unit.
-
Method Details
-
withUnit
Builds theBlockTradePropertieswith the specified unit.- Parameters:
unit-- Returns:
- The unit.
-
build
Builds theBlockTradePropertiesobject.- Returns:
- The
BlockTradeProperties.
-