Class CashMerger
java.lang.Object
markets.alpaca.client.openapi.data.model.CashMerger
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class CashMerger
extends Object
implements Serializable
Cash merger.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacquireeCusip(String acquireeCusip) acquireeIsin(String acquireeIsin) acquireeSymbol(String acquireeSymbol) acquirerCusip(String acquirerCusip) acquirerIsin(String acquirerIsin) acquirerSymbol(String acquirerSymbol) effectiveDate(LocalDate effectiveDate) booleanstatic CashMergerCreate an instance of CashMerger given an JSON stringGet acquireeCusipInternational Securities Identification Number (ISIN) as defined by ISO 6166.Get acquireeSymbolGet acquirerCusipInternational Securities Identification Number (ISIN) as defined by ISO 6166.Get acquirerSymbolReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.The ISO 4217 currency code associated with the corporate action.The effective date marks the cutoff point for shareholders to be credited.getId()The internal Alpaca identifier of the corporate action.The date when the corporate action benefit is paid or distributed.The date when the corporate action is processed by Alpaca.getRate()Get rateinthashCode()payableDate(LocalDate payableDate) processDate(LocalDate processDate) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAcquireeCusip(String acquireeCusip) voidsetAcquireeIsin(String acquireeIsin) voidsetAcquireeSymbol(String acquireeSymbol) voidsetAcquirerCusip(String acquirerCusip) voidsetAcquirerIsin(String acquirerIsin) voidsetAcquirerSymbol(String acquirerSymbol) voidsetCurrency(String currency) voidsetEffectiveDate(LocalDate effectiveDate) voidvoidsetPayableDate(LocalDate payableDate) voidsetProcessDate(LocalDate processDate) voidtoJson()Convert an instance of CashMerger to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ACQUIREE_CUSIP
- See Also:
-
SERIALIZED_NAME_ACQUIREE_ISIN
- See Also:
-
SERIALIZED_NAME_ACQUIREE_SYMBOL
- See Also:
-
SERIALIZED_NAME_ACQUIRER_CUSIP
- See Also:
-
SERIALIZED_NAME_ACQUIRER_ISIN
- See Also:
-
SERIALIZED_NAME_ACQUIRER_SYMBOL
- See Also:
-
SERIALIZED_NAME_CURRENCY
- See Also:
-
SERIALIZED_NAME_EFFECTIVE_DATE
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_PAYABLE_DATE
- See Also:
-
SERIALIZED_NAME_PROCESS_DATE
- See Also:
-
SERIALIZED_NAME_RATE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CashMerger
public CashMerger()
-
-
Method Details
-
acquireeCusip
-
getAcquireeCusip
Get acquireeCusip- Returns:
- acquireeCusip
-
setAcquireeCusip
-
acquireeIsin
-
getAcquireeIsin
International Securities Identification Number (ISIN) as defined by ISO 6166. May be empty for US corporate actions.- Returns:
- acquireeIsin
-
setAcquireeIsin
-
acquireeSymbol
-
getAcquireeSymbol
Get acquireeSymbol- Returns:
- acquireeSymbol
-
setAcquireeSymbol
-
acquirerCusip
-
getAcquirerCusip
Get acquirerCusip- Returns:
- acquirerCusip
-
setAcquirerCusip
-
acquirerIsin
-
getAcquirerIsin
International Securities Identification Number (ISIN) as defined by ISO 6166. May be empty for US corporate actions.- Returns:
- acquirerIsin
-
setAcquirerIsin
-
acquirerSymbol
-
getAcquirerSymbol
Get acquirerSymbol- Returns:
- acquirerSymbol
-
setAcquirerSymbol
-
currency
-
getCurrency
The ISO 4217 currency code associated with the corporate action. Empty value can mean USD, non-applicable (e.g. for name changes) or unknown (can change later to a valid currency).- Returns:
- currency
-
setCurrency
-
effectiveDate
-
getEffectiveDate
The effective date marks the cutoff point for shareholders to be credited.- Returns:
- effectiveDate
-
setEffectiveDate
-
id
-
getId
The internal Alpaca identifier of the corporate action.- Returns:
- id
-
setId
-
payableDate
-
getPayableDate
The date when the corporate action benefit is paid or distributed.- Returns:
- payableDate
-
setPayableDate
-
processDate
-
getProcessDate
The date when the corporate action is processed by Alpaca.- Returns:
- processDate
-
setProcessDate
-
rate
-
getRate
Get rate- Returns:
- rate
-
setRate
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the CashMerger instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to CashMerger
-
fromJson
Create an instance of CashMerger given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CashMerger
- Throws:
IOException- if the JSON string is invalid with respect to CashMerger
-
toJson
Convert an instance of CashMerger to an JSON string- Returns:
- JSON string
-