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
Nested Classes Modifier and Type Class Description static class
OrderDetailsPartsDef.SalesLegFields.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static @NotNull OrderDetailsPartsDef.SalesLegFields
from(@NotNull Map<String,String> fields)
static @NotNull OrderDetailsPartsDef.SalesLegFields
from(@NotNull Map<String,String> fields, @NotNull String fieldPrefix)
@Nullable BigDecimal
getDiscretion()
@NotNull Map<String,Collection<String>>
getFieldFlags()
@NotNull Map<String,String>
getFields()
@NotNull Map<String,Collection<String>>
getFlagFields()
@Nullable BigDecimal
getMargin()
@Nullable String
getTraderRemarks()
static @NotNull OrderDetailsPartsDef.SalesLegFields.Builder
newBuilder()
@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 Detail
-
getMargin
@Nullable public @Nullable BigDecimal getMargin()
- Returns:
- The amount of margin
-
getDiscretion
@Nullable public @Nullable BigDecimal getDiscretion()
- Returns:
- Number of points the trader has discretion to fill the order
-
getTraderRemarks
@Nullable public @Nullable String getTraderRemarks()
- Returns:
- The trader's comments on an order leg - visible to only the Trader
-
getFieldFlags
@NotNull public @NotNull Map<String,Collection<String>> getFieldFlags()
- Specified by:
getFieldFlags
in interfaceBuilderMessage
- Returns:
- Get the flags for all fields.
-
getFlagFields
@NotNull public @NotNull Map<String,Collection<String>> getFlagFields()
- Specified by:
getFlagFields
in interfaceBuilderMessage
- Returns:
- Get the fields for all flags.
-
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
@NotNull public static @NotNull OrderDetailsPartsDef.SalesLegFields.Builder newBuilder()
-
-