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
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull SettlementInstructionsPartsDef.SettlementTradeFieldsstatic @NotNull SettlementInstructionsPartsDef.SettlementTradeFields@Nullable Boolean@NotNull Map<String,Collection<String>> @NotNull Map<String,Collection<String>> @Nullable BooleangetPay()static @NotNull SettlementInstructionsPartsDef.SettlementTradeFields.Builder@NotNull StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getFieldFlagsin interfaceBuilderMessage- Returns:
- Get the flags for all fields.
-
getFlagFields
- Specified by:
getFlagFieldsin 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()
-