Class SettlementInstructionsPartsDef.NettingComponents
- java.lang.Object
-
- com.caplin.generated.motif.fx.settlementinstructions.SettlementInstructionsPartsDef.NettingComponents
-
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- SettlementInstructionsPartsDef
public static final class SettlementInstructionsPartsDef.NettingComponents extends Object implements BuilderMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SettlementInstructionsPartsDef.NettingComponents.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @NotNull SettlementInstructionsPartsDef.NettingComponents
from(@NotNull Map<String,String> fields)
static @NotNull SettlementInstructionsPartsDef.NettingComponents
from(@NotNull Map<String,String> fields, @NotNull String fieldPrefix)
@Nullable BigDecimal
getAmount()
@Nullable String
getBuySell()
@NotNull Map<String,Collection<String>>
getFieldFlags()
@NotNull Map<String,String>
getFields()
@NotNull Map<String,Collection<String>>
getFlagFields()
@Nullable String
getTradeID()
static @NotNull SettlementInstructionsPartsDef.NettingComponents.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
-
getTradeID
@Nullable public @Nullable String getTradeID()
- Returns:
- A unique identifier for this trade
-
getBuySell
@Nullable public @Nullable String getBuySell()
- Returns:
- The direction of the trade or trade leg, from the client's perspective. This always refers to the BaseCurrency, NOT the DealtCurrency.
-
getAmount
@Nullable public @Nullable BigDecimal getAmount()
- Returns:
- The amount of a trade or order in the DealtCurrency.
-
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.NettingComponents from(@NotNull @NotNull Map<String,String> fields)
-
from
@NotNull public static @NotNull SettlementInstructionsPartsDef.NettingComponents from(@NotNull @NotNull Map<String,String> fields, @NotNull @NotNull String fieldPrefix)
-
newBuilder
@NotNull public static @NotNull SettlementInstructionsPartsDef.NettingComponents.Builder newBuilder()
-
-