Class ToboEntityPartsDef.TOBOChangeEntityFields.Builder
java.lang.Object
com.caplin.generated.motif.fx.tobo.ToboEntityPartsDef.TOBOChangeEntityFields.Builder
- Enclosing class:
- ToboEntityPartsDef.TOBOChangeEntityFields
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
setEntityDescription
(@NotNull String entityDescription) setEntityId
(@NotNull String entityId) @NotNull String
toString()
-
Method Details
-
addField
@NotNull public @NotNull ToboEntityPartsDef.TOBOChangeEntityFields.Builder addField(@NotNull @NotNull String key, @NotNull @NotNull String value) -
build
-
toString
-
setEntityId
@NotNull public @NotNull ToboEntityPartsDef.TOBOChangeEntityFields.Builder setEntityId(@NotNull @NotNull String entityId) - Parameters:
entityId
- e.g. CUSTONE- 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.
-
setEntityDescription
@NotNull public @NotNull ToboEntityPartsDef.TOBOChangeEntityFields.Builder setEntityDescription(@NotNull @NotNull String entityDescription) - Parameters:
entityDescription
- e.g. Customer 1- Returns:
- The description of a trade on behalf of entity.
-