Class BlotterPartsDef.CommonBlotterFields
java.lang.Object
com.caplin.generated.motif.mm.blotter.BlotterPartsDef.CommonBlotterFields
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- BlotterPartsDef
public static final class BlotterPartsDef.CommonBlotterFields
extends Object
implements BuilderMessage
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull BlotterPartsDef.CommonBlotterFields
static @NotNull BlotterPartsDef.CommonBlotterFields
@NotNull Map<String,
Collection<String>> @NotNull Map<String,
Collection<String>> @Nullable String
@Nullable String
static @NotNull BlotterPartsDef.CommonBlotterFields.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
-
getStatus
- Returns:
- Indicates the actual status of the trade from the trade model.
-
getSettlementStatus
- Returns:
- Caplin supported statuses are [PENDING, AFFIRMED, CONFIRMED, DISPUTED, CANCELLED, REPLACED, AUTO_CONFIRMED, OVERDUE, REJECTED]
-
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 BlotterPartsDef.CommonBlotterFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull BlotterPartsDef.CommonBlotterFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-