All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org_isda_cdm.ActionEnum.ActionEnum.go Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
/**
 * This file is auto-generated from the ISDA Common Domain Model, do not edit.
 * Version: 6.0.0-dev.82
 */
  package ActionEnum
  import . "org_isda_cdm"
  /**
   * The enumeration values to specify the actions associated with transactions.
   */
  
  const (
  /**
   * A cancellation of a prior instance of the transaction event. The eventIdentifier has an associated version greater than 1.
   */
  CANCEL ActionEnum = iota + 1
  /**
   * A correction of a prior instance of the transaction event. The eventIdentifier has an associated version greater than 1.
   */
  CORRECT ActionEnum = iota + 1
  /**
   * A new instance of a transaction event, which is also characterized by the fact that the eventIdentifier has an associated version 1.
   */
  NEW ActionEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy