Class TradeDetailsPartsDef.LegTradeDetailsFields
java.lang.Object
com.caplin.generated.motif.fx.tradedetails.TradeDetailsPartsDef.LegTradeDetailsFields
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- TradeDetailsPartsDef
public static final class TradeDetailsPartsDef.LegTradeDetailsFields
extends Object
implements BuilderMessage
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull TradeDetailsPartsDef.LegTradeDetailsFields
static @NotNull TradeDetailsPartsDef.LegTradeDetailsFields
@Nullable String
@Nullable BigDecimal
@Nullable String
@Nullable String
@NotNull Map<String,
Collection<String>> @Nullable String
@NotNull Map<String,
Collection<String>> @Nullable Boolean
@Nullable String
@Nullable String
@Nullable String
@Nullable String
getTenor()
@Nullable String
static @NotNull TradeDetailsPartsDef.LegTradeDetailsFields.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
-
getTOBOUser
- Returns:
- The user the trade is on behalf of. For example, if the logged in user dealer1@novobank.co.za wishes to make a trade on behalf of user client@customer.co.za, then the value of this field will be client@customer.co.za.
-
getEntityId
- Returns:
- The entity the trade is on behalf of. For example, if the logged in user user1@customer.co.za wishes to make a trade on behalf of entity CUSTONE, then the value of this field will be CUSTONE. If this field is absent on a leg then the default entity should be presumed.
-
getAmount
- Returns:
- The amount of a trade or order in the DealtCurrency.
-
getSettlementDate
- Returns:
- settlementDate
-
getTenor
- Returns:
- Supported types are [ON, [TODAY, TOD, TD], TN, [TOM, ND], SPOT, SN, 1D, 1W, 2W, 3W, 4W, 1M, 2M, 4M, 5M, 6M, 7M, 8M, 9M, 10M, 11M, [1Y, 12M], 15M, 18M, 21M, [2Y, 24M], [3Y, 36M], [4Y, 48M], [5Y, 60M], broken]. 'broken' indicates that the settlement date does not fall onto a tenor.
-
getBuySell
- Returns:
- The direction of the trade or trade leg, from the client's perspective. This always refers to the BaseCurrency, NOT the DealtCurrency.
-
getAccount
- Returns:
- The account a trade or order has been submitted against. The format is <description>|<name> or <name>|<name>
-
getIsTimeOption
- Returns:
- true if a leg is time-option
-
getStartDate
- Returns:
- startDate e.g. 20150620
-
getStartTenor
- Returns:
- startTenor e.g. 1W
-
getFixingDate
- Returns:
- This is the day and time whereby the comparison between the NDF rate and the prevailing spot rate is made.
-
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 TradeDetailsPartsDef.LegTradeDetailsFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull TradeDetailsPartsDef.LegTradeDetailsFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-