static FxVanillaOption.Builder |
FxVanillaOption.builder() |
Returns a builder used to create an instance of the bean.
|
FxVanillaOption.Builder |
FxVanillaOption.Meta.builder() |
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.expiryDate(LocalDate expiryDate) |
Sets the expiry date of the option.
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.expiryTime(LocalTime expiryTime) |
Sets the expiry time of the option.
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.expiryZone(ZoneId expiryZone) |
Sets the time-zone of the expiry time.
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.longShort(LongShort longShort) |
Sets whether the option is long or short.
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.set(String propertyName,
Object newValue) |
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
|
FxVanillaOption.Builder |
FxVanillaOption.toBuilder() |
Returns a builder that allows this bean to be mutated.
|
FxVanillaOption.Builder |
FxVanillaOption.Builder.underlying(FxSingle underlying) |
Sets the underlying foreign exchange transaction.
|