Class SettlementInstructionsPartsDef.SettlementTradeFields
java.lang.Object
com.caplin.generated.motif.mm.settlementinstructions.SettlementInstructionsPartsDef.SettlementTradeFields
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- SettlementInstructionsPartsDef
public static final class SettlementInstructionsPartsDef.SettlementTradeFields
extends Object
implements BuilderMessage
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull SettlementInstructionsPartsDef.SettlementTradeFields
static @NotNull SettlementInstructionsPartsDef.SettlementTradeFields
@Nullable Boolean
@NotNull Map<String,
Collection<String>> @NotNull Map<String,
Collection<String>> @Nullable Boolean
getPay()
static @NotNull SettlementInstructionsPartsDef.SettlementTradeFields.Builder
@NotNull String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.caplin.motif.datasource.BuilderMessage
getFieldFlags, getFlagFields
-
Method Details
-
getCanAffirm
- Returns:
- Ability to Affirm the Trade Details are as agreed.
-
getIsReceiveInterestSplit
- Returns:
- Whether the receive Settlement Instruction has been split into separate Principal and Interest instructions.
-
getPay
- Returns:
- pay
-
getReceive
- Returns:
- receive
-
getFields
-
getFieldFlags
- Specified by:
getFieldFlags
in interfaceBuilderMessage
- Returns:
- Get the flags for all fields.
-
getFlagFields
- Specified by:
getFlagFields
in interfaceBuilderMessage
- Returns:
- Get the fields for all flags.
-
toString
-
from
@NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementTradeFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementTradeFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
@NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementTradeFields.Builder newBuilder()
-