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 theBlockTradeProperties
object.Builds theBlockTradeProperties
with the specified unit.
-
Method Details
-
withUnit
Builds theBlockTradeProperties
with the specified unit.- Parameters:
unit
-- Returns:
- The unit.
-
build
Builds theBlockTradeProperties
object.- Returns:
- The
BlockTradeProperties
.
-