Class BlockTradeProperties
java.lang.Object
com.caplin.motif.fx.ret.fxtrading.customfield.block.BlockTradeProperties
Used to encapsulate additional properties of a Block trade that can then be stored in the Taker Order
Custom field in RET.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Helper class used to construct a BlockTradeProperties object. -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockTradeProperties.Builder
builder()
Returns aBlockTradeProperties.Builder
that can be used to build a BlockTradeProperties object.getUnit()
Returns the unit.
-
Method Details
-
builder
Returns aBlockTradeProperties.Builder
that can be used to build a BlockTradeProperties object.- Returns:
- A
BlockTradeProperties.Builder
-
getUnit
Returns the unit.- Returns:
- The unit.
-