Class BlockTradeProperties
- java.lang.Object
-
- com.caplin.motif.fx.ret.fxtrading.customfield.block.BlockTradeProperties
-
public class BlockTradeProperties extends java.lang.Object
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
Nested Classes Modifier and Type Class Description static class
BlockTradeProperties.Builder
Helper class used to construct a BlockTradeProperties object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BlockTradeProperties.Builder
builder()
Returns aBlockTradeProperties.Builder
that can be used to build a BlockTradeProperties object.java.lang.String
getUnit()
Returns the unit.
-
-
-
Method Detail
-
builder
public static BlockTradeProperties.Builder builder()
Returns aBlockTradeProperties.Builder
that can be used to build a BlockTradeProperties object.- Returns:
- A
BlockTradeProperties.Builder
-
getUnit
public java.lang.String getUnit()
Returns the unit.- Returns:
- The unit.
-
-