Class TradeConfPartsDef.RemarksEntry
java.lang.Object
com.caplin.generated.motif.fx.tradeconfirmation.TradeConfPartsDef.RemarksEntry
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- TradeConfPartsDef
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull TradeConfPartsDef.RemarksEntry
static @NotNull TradeConfPartsDef.RemarksEntry
@NotNull Map<String,
Collection<String>> @NotNull Map<String,
Collection<String>> @Nullable Instant
@Nullable String
@Nullable String
@Nullable String
@Nullable String
static @NotNull TradeConfPartsDef.RemarksEntry.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
-
getRemarks
- Returns:
- The text content of a comment left on a leg of a trade or order, visible to Client and sales and possibly the trader, set/edited by Client or sales
-
getRemarkDateTime
- Returns:
- The date and time a remark was left on in ISO-8601 format.
-
getRemarkSource
- Returns:
- The username of the person who left a remark on a trade.
-
getRemarkOriginStatus
- Returns:
- Additional remark field pointing at the previous status of the trade.
-
getRemarkTargetStatus
- Returns:
- Additional remark field pointing at the current status of the trade when the remark was added.
-
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 TradeConfPartsDef.RemarksEntry from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull TradeConfPartsDef.RemarksEntry from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-