Class: Quickfix::LegPaymentStreamCompoundingMethod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingMethod

Returns a new instance of LegPaymentStreamCompoundingMethod.



31037
31038
31039
31040
31041
31042
31043
# File 'lib/quickfix_fields.rb', line 31037

def initialize(data = nil)
  if( data == nil )
    super(40288)
  else
    super(40288, data)
  end
end

Class Method Details

.fieldObject



31034
31035
31036
# File 'lib/quickfix_fields.rb', line 31034

def LegPaymentStreamCompoundingMethod.field
  return 40288
end