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

org_isda_cdm.InstructionFunctionEnum.InstructionFunctionEnum.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.63
 */
  package InstructionFunctionEnum
  import . "org_isda_cdm"
  /**
   * The enumeration values indicating the BusinessEvent function associated input instructions.
   */
  
  const (
  COMPRESSION InstructionFunctionEnum = iota + 1
  CONTRACT_FORMATION InstructionFunctionEnum = iota + 1
  EXECUTION InstructionFunctionEnum = iota + 1
  QUANTITY_CHANGE InstructionFunctionEnum = iota + 1
  RENEGOTIATION InstructionFunctionEnum = iota + 1
  )    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy