public final class ChangeForexTransaction extends Object
Structure: BAPI_FTR_CHANGE_FXT
Modifier and Type | Class and Description |
---|---|
static class |
ChangeForexTransaction.ChangeForexTransactionBuilder |
Modifier and Type | Method and Description |
---|---|
static ChangeForexTransaction.ChangeForexTransactionBuilder |
builder() |
boolean |
equals(Object o) |
CurrencyAmountsInBapiInterfaces |
getBuyAmount()
Field name: BUY_AMOUNT
|
ExchangeRateWith9DecimalPlaces |
getForwardRate()
Field name: FORWARD_RATE
|
CurrencyKey |
getNdfFixingCurrency()
Field name: NDF_FIXING_CURRENCY
|
IsoCodeCurrency |
getNdfFixingCurrencyIso()
Field name: NDF_FIXING_CURRENCY_ISO
|
org.joda.time.LocalDate |
getNdfFixingDate()
Field name: NDF_FIXING_DATE
|
SwapRateWith9DecimalPlaces |
getRolloverLiquidityEffect()
Field name: ROLLOVER_LIQUIDITY_EFFECT
|
CurrencyAmountsInBapiInterfaces |
getSellAmount()
Field name: SELL_AMOUNT
|
ExchangeRateWith9DecimalPlaces |
getSpotRate()
Field name: SPOT_RATE
|
SwapRateWith9DecimalPlaces |
getSwapRate()
Field name: SWAP_RATE
|
org.joda.time.LocalDate |
getValueDate()
Field name: VALUE_DATE
|
int |
hashCode() |
String |
toString() |
void |
validate() |
public void validate() throws IllegalArgumentException
IllegalArgumentException
@Generated(value="lombok") public static ChangeForexTransaction.ChangeForexTransactionBuilder builder()
@Nullable @Generated(value="lombok") public CurrencyAmountsInBapiInterfaces getBuyAmount()
Domain name: BAPICURR Internal type: P Max length: 12
@Nullable @Generated(value="lombok") public CurrencyAmountsInBapiInterfaces getSellAmount()
Domain name: BAPICURR Internal type: P Max length: 12
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getValueDate()
Domain name: DATUM Internal type: D Max length: 16
@Nullable @Generated(value="lombok") public ExchangeRateWith9DecimalPlaces getForwardRate()
Domain name: TB_KKURS Internal type: P Max length: 7
@Nullable @Generated(value="lombok") public ExchangeRateWith9DecimalPlaces getSpotRate()
Domain name: TB_KKURS Internal type: P Max length: 7
@Nullable @Generated(value="lombok") public SwapRateWith9DecimalPlaces getSwapRate()
Domain name: T_SWKURS Internal type: P Max length: 7
@Nullable @Generated(value="lombok") public CurrencyKey getNdfFixingCurrency()
Domain name: WAERS Internal type: C Max length: 10
@Nullable @Generated(value="lombok") public IsoCodeCurrency getNdfFixingCurrencyIso()
Domain name: ISOCD Internal type: C Max length: 6
@Nullable @Generated(value="lombok") public org.joda.time.LocalDate getNdfFixingDate()
Domain name: DATUM Internal type: D Max length: 16
@Nullable @Generated(value="lombok") public SwapRateWith9DecimalPlaces getRolloverLiquidityEffect()
Domain name: T_SWKURS Internal type: P Max length: 7
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2017 SAP SE. All rights reserved.