Class SettlementInstructionsPartsDef.SettlementInstructionFields
- java.lang.Object
-
- com.caplin.generated.motif.fx.settlementinstructions.SettlementInstructionsPartsDef.SettlementInstructionFields
-
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- SettlementInstructionsPartsDef
public static final class SettlementInstructionsPartsDef.SettlementInstructionFields extends Object implements BuilderMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SettlementInstructionsPartsDef.SettlementInstructionFields.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields
from(@NotNull Map<String,String> fields)
static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields
from(@NotNull Map<String,String> fields, @NotNull String fieldPrefix)
@NotNull Map<String,Collection<String>>
getFieldFlags()
@NotNull Map<String,String>
getFields()
@NotNull Map<String,Collection<String>>
getFlagFields()
@Nullable Boolean
getIsDefaultSettlementInstruction()
@Nullable Boolean
getIsNettingInstruction()
@Nullable String
getSettlementCurrency()
@Nullable String
getSettlementDirection()
@NotNull SettlementInstructionsPartsDef.SettlementFields
getSettlementFields()
@Nullable String
getSettlementId()
@Nullable String
getSettlementInstructionStatus()
static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields.Builder
newBuilder()
@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 Detail
-
getSettlementId
@Nullable public @Nullable String getSettlementId()
- Returns:
- The identifier for the settlement instruction.
-
getSettlementCurrency
@Nullable public @Nullable String getSettlementCurrency()
- Returns:
- A currency for of settlement instruction
-
getSettlementDirection
@Nullable public @Nullable String getSettlementDirection()
- Returns:
- The direction in which the settlement details refer to, supported directions are: PAY, RECEIVE, BOTH
-
getIsDefaultSettlementInstruction
@Nullable public @Nullable Boolean getIsDefaultSettlementInstruction()
- Returns:
- Is this the default settlement instruction for this currency
-
getIsNettingInstruction
@Nullable public @Nullable Boolean getIsNettingInstruction()
- Returns:
- Is this settlement instruction a netting instruction
-
getSettlementInstructionStatus
@Nullable public @Nullable String getSettlementInstructionStatus()
- Returns:
- The status of a settlement instruction is either PENDING or CURRENT
-
getSettlementFields
@NotNull public @NotNull SettlementInstructionsPartsDef.SettlementFields getSettlementFields()
- Returns:
- settlementFields
-
getFieldFlags
@NotNull public @NotNull Map<String,Collection<String>> getFieldFlags()
- Specified by:
getFieldFlags
in interfaceBuilderMessage
- Returns:
- Get the flags for all fields.
-
getFlagFields
@NotNull public @NotNull Map<String,Collection<String>> getFlagFields()
- Specified by:
getFlagFields
in interfaceBuilderMessage
- Returns:
- Get the fields for all flags.
-
from
@NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields from(@NotNull @NotNull Map<String,String> fields)
-
from
@NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields from(@NotNull @NotNull Map<String,String> fields, @NotNull @NotNull String fieldPrefix)
-
newBuilder
@NotNull public static @NotNull SettlementInstructionsPartsDef.SettlementInstructionFields.Builder newBuilder()
-
-