public final class CreateForexTransaction extends Object
Structure: BAPI_FTR_CREATE_FOREX_1+ Structure: BAPI_FTR_CREATE_FOREX_2 + Structure: BAPI_FTR_CREATE_FXT
Modifier and Type | Class and Description |
---|---|
static class |
CreateForexTransaction.CreateForexTransactionBuilder |
Modifier and Type | Method and Description |
---|---|
static CreateForexTransaction.CreateForexTransactionBuilder |
builder() |
boolean |
equals(Object o) |
CurrencyAmountsInBapiInterfaces |
getBuyAmount()
Field name: BUY_AMOUNT
|
CurrencyKey |
getBuyCurrency()
Field name: BUY_CURRENCY
|
IsoCodeCurrency |
getBuyCurrencyIso()
Field name: BUY_CURRENCY_ISO
|
CurrencyKey |
getFollowCurrency()
Field name: FOLLOW_CURRENCY
|
IsoCodeCurrency |
getFollowCurrencyIso()
Field name: FOLLOW_CURRENCY_ISO
|
ExchangeRateWith9DecimalPlaces |
getForwardRate()
Field name: FORWARD_RATE
|
CurrencyKey |
getLeadCurrency()
Field name: LEAD_CURRENCY
|
IsoCodeCurrency |
getLeadCurrencyIso()
Field name: LEAD_CURRENCY_ISO
|
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
|
CurrencyKey |
getSellCurrency()
Field name: SELL_CURRENCY
|
IsoCodeCurrency |
getSellCurrencyIso()
Field name: SELL_CURRENCY_ISO
|
ExchangeRateWith9DecimalPlaces |
getSpotRate()
Field name: SPOT_RATE
|
SwapRateWith9DecimalPlaces |
getSwapRate()
Field name: SWAP_RATE
|
CurrencyKey |
getTradedCurrency()
Field name: TRADED_CURRENCY
|
IsoCodeCurrency |
getTradedCurrencyIso()
Field name: TRADED_CURRENCY_ISO
|
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 CreateForexTransaction.CreateForexTransactionBuilder builder()
@Nullable @Generated(value="lombok") public CurrencyKey getBuyCurrency()
Domain name: WAERS Internal type: C Max length: 10
@Nullable @Generated(value="lombok") public IsoCodeCurrency getBuyCurrencyIso()
Domain name: ISOCD Internal type: C Max length: 6
@Nullable @Generated(value="lombok") public CurrencyKey getSellCurrency()
Domain name: WAERS Internal type: C Max length: 10
@Nullable @Generated(value="lombok") public IsoCodeCurrency getSellCurrencyIso()
Domain name: ISOCD Internal type: C Max length: 6
@Nullable @Generated(value="lombok") public CurrencyKey getLeadCurrency()
Domain name: WAERS Internal type: C Max length: 10
@Nullable @Generated(value="lombok") public IsoCodeCurrency getLeadCurrencyIso()
Domain name: ISOCD Internal type: C Max length: 6
@Nullable @Generated(value="lombok") public CurrencyKey getFollowCurrency()
Domain name: WAERS Internal type: C Max length: 10
@Nullable @Generated(value="lombok") public IsoCodeCurrency getFollowCurrencyIso()
Domain name: ISOCD Internal type: C Max length: 6
@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 SwapRateWith9DecimalPlaces getRolloverLiquidityEffect()
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 CurrencyKey getTradedCurrency()
Domain name: WAERS Internal type: C Max length: 10
@Nullable @Generated(value="lombok") public IsoCodeCurrency getTradedCurrencyIso()
Domain name: ISOCD Internal type: C Max length: 6
@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.