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
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull TradeConfPartsDef.RemarksEntrystatic @NotNull TradeConfPartsDef.RemarksEntry@NotNull Map<String,Collection<String>> @NotNull Map<String,Collection<String>> @Nullable Instant@Nullable String@Nullable String@Nullable String@Nullable Stringstatic @NotNull TradeConfPartsDef.RemarksEntry.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
-
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:
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 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
-