Class TradeConfPartsDef.RemarksEntry
- java.lang.Object
-
- com.caplin.generated.motif.fx.tradeconfirmation.TradeConfPartsDef.RemarksEntry
-
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- TradeConfPartsDef
public static final class TradeConfPartsDef.RemarksEntry extends Object implements BuilderMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TradeConfPartsDef.RemarksEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @NotNull TradeConfPartsDef.RemarksEntry
from(@NotNull Map<String,String> fields)
static @NotNull TradeConfPartsDef.RemarksEntry
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 Instant
getRemarkDateTime()
@Nullable String
getRemarks()
@Nullable String
getRemarkSource()
static @NotNull TradeConfPartsDef.RemarksEntry.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
-
getRemarks
@Nullable public @Nullable String getRemarks()
- Returns:
- The text content of a comment left on a leg of a trade or order.
-
getRemarkDateTime
@Nullable public @Nullable Instant getRemarkDateTime()
- Returns:
- The date and time a remark was left on in ISO-8601 format.
-
getRemarkSource
@Nullable public @Nullable String getRemarkSource()
- Returns:
- The username of the person who left a remark on a trade.
-
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 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
@NotNull public static @NotNull TradeConfPartsDef.RemarksEntry.Builder newBuilder()
-
-