Class TradeConfTypesDef.AllocationConfirmation
java.lang.Object
com.caplin.generated.motif.fx.tradeconfirmation.TradeConfTypesDef.AllocationConfirmation
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- TradeConfTypesDef
public static final class TradeConfTypesDef.AllocationConfirmation
extends Object
implements BuilderMessage
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull TradeConfTypesDef.AllocationConfirmation
static @NotNull TradeConfTypesDef.AllocationConfirmation
@Nullable String
@NotNull Map<String,
Collection<String>> @NotNull Map<String,
Collection<String>> @Nullable BigDecimal
Deprecated.@org.jetbrains.annotations.Nullable int
@org.jetbrains.annotations.Nullable int
static @NotNull TradeConfTypesDef.AllocationConfirmation.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
-
getNettedAmount
Deprecated.- Returns:
- Use NetDealtAmount and NetContraAmount instead
-
getDisplayFields
- Returns:
- Configuration for a frontend to display label-value pairs. Use DefaultDisplayFields builders to provide Caplin default and/or custom fields.
-
getCommonFields
- Returns:
- commonFields
-
getNdfFields
- Returns:
- ndfFields
-
getNetFields
- Returns:
- netFields
-
getNettedLegTradeConfirmationFields
@Nullable public @Nullable TradeConfTypesDef.NettedLegTradeConfirmationFields getNettedLegTradeConfirmationFields(int id) - Returns:
- nettedLegTradeConfirmationFields
-
getNumNettedLegTradeConfirmationFields
@Nullable public @org.jetbrains.annotations.Nullable int getNumNettedLegTradeConfirmationFields() -
getAllocationNettedLegTradeConfirmationFields
@Nullable public @Nullable TradeConfTypesDef.AllocationNettedLegTradeConfirmationFields getAllocationNettedLegTradeConfirmationFields(int id) - Returns:
- allocationNettedLegTradeConfirmationFields
-
getNumAllocationNettedLegTradeConfirmationFields
@Nullable public @org.jetbrains.annotations.Nullable int getNumAllocationNettedLegTradeConfirmationFields() -
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 TradeConfTypesDef.AllocationConfirmation from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull TradeConfTypesDef.AllocationConfirmation from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-