Class TradeDetailsPartsDef.CommonTradeDetailsFields.Builder
- java.lang.Object
-
- com.caplin.generated.motif.fx.tradedetails.TradeDetailsPartsDef.CommonTradeDetailsFields.Builder
-
- Enclosing class:
- TradeDetailsPartsDef.CommonTradeDetailsFields
public static final class TradeDetailsPartsDef.CommonTradeDetailsFields.Builder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
addField
@NotNull public @NotNull TradeDetailsPartsDef.CommonTradeDetailsFields.Builder addField(@NotNull @NotNull java.lang.String key, @NotNull @NotNull java.lang.String value)
-
build
@NotNull public @NotNull TradeDetailsPartsDef.CommonTradeDetailsFields build()
-
toString
@NotNull public @NotNull java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
setAccount
@NotNull public @NotNull TradeDetailsPartsDef.CommonTradeDetailsFields.Builder setAccount(@NotNull @NotNull java.lang.String account)
- Parameters:
account
- e.g. Garfields|GARF- Returns:
- The account a trade or order has been submitted against. The format is <description>|<name> or <name>|<name>
-
setTOBOUser
@NotNull public @NotNull TradeDetailsPartsDef.CommonTradeDetailsFields.Builder setTOBOUser(@NotNull @NotNull java.lang.String tOBOUser)
- Parameters:
tOBOUser
- e.g. client@customer.co.za- 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.
-
setOneWayDirection
@NotNull public @NotNull TradeDetailsPartsDef.CommonTradeDetailsFields.Builder setOneWayDirection(@NotNull @NotNull java.lang.String oneWayDirection)
- Returns:
- oneWayDirection
-
setLastActionDateTime
@NotNull public @NotNull TradeDetailsPartsDef.CommonTradeDetailsFields.Builder setLastActionDateTime(@NotNull @NotNull java.time.Instant lastActionDateTime)
- Returns:
- The time and date of the last action on an order.
-
setLastActionDateTime
@NotNull public @NotNull TradeDetailsPartsDef.CommonTradeDetailsFields.Builder setLastActionDateTime(@NotNull @NotNull java.lang.String lastActionDateTime)
- Returns:
- The time and date of the last action on an order.
-
setRequestedDateTime
@NotNull public @NotNull TradeDetailsPartsDef.CommonTradeDetailsFields.Builder setRequestedDateTime(@NotNull @NotNull java.time.Instant requestedDateTime)
- Returns:
- requestedDateTime
-
setRequestedDateTime
@NotNull public @NotNull TradeDetailsPartsDef.CommonTradeDetailsFields.Builder setRequestedDateTime(@NotNull @NotNull java.lang.String requestedDateTime)
- Returns:
- requestedDateTime
-
setTraderUsername
@NotNull public @NotNull TradeDetailsPartsDef.CommonTradeDetailsFields.Builder setTraderUsername(@NotNull @NotNull java.lang.String traderUsername)
- Parameters:
traderUsername
- e.g. sales_trader@novobank.co.za- Returns:
- The user who entered the trade. This may be on behalf of themselves, or on behalf of someone else. 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 dealer1@novobank.co.za. If the user client@customer.co.za makes a trade on behalf of themselves it will be client@customer.co.za.
-
-