Class OrderDetailsPartsDef.SalesLegFields
java.lang.Object
com.caplin.generated.motif.fx.orders.OrderDetailsPartsDef.SalesLegFields
- All Implemented Interfaces:
BuilderMessage
,Message
- Enclosing class:
- OrderDetailsPartsDef
public static final class OrderDetailsPartsDef.SalesLegFields
extends Object
implements BuilderMessage
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull OrderDetailsPartsDef.SalesLegFields
static @NotNull OrderDetailsPartsDef.SalesLegFields
@Nullable BigDecimal
@Nullable String
@NotNull Map<String,
Collection<String>> @NotNull Map<String,
Collection<String>> @Nullable BigDecimal
@Nullable String
static @NotNull OrderDetailsPartsDef.SalesLegFields.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
-
getMargin
- Returns:
- The amount of margin
-
getDiscretion
- Returns:
- Number of points the trader has discretion to fill the order
-
getTraderRemarks
- Returns:
- The sale's comments on an order leg - visible to only the Trader and sales, set/edited only by the sales
-
getExternalRemarks
- Returns:
- The trader's comments on an order leg - visible to only the sales, set/edited only by the Trader
-
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 OrderDetailsPartsDef.SalesLegFields from(@NotNull @NotNull Map<String, String> fields) -
from
@NotNull public static @NotNull OrderDetailsPartsDef.SalesLegFields from(@NotNull @NotNull Map<String, String> fields, @NotNull @NotNull String fieldPrefix) -
newBuilder
-