Class: Quickfix::UnderlyingPaymentScheduleType

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) ⇒ UnderlyingPaymentScheduleType

Returns a new instance of UnderlyingPaymentScheduleType.



35938
35939
35940
35941
35942
35943
35944
# File 'lib/quickfix_fields.rb', line 35938

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

Class Method Details

.fieldObject



35935
35936
35937
# File 'lib/quickfix_fields.rb', line 35935

def UnderlyingPaymentScheduleType.field
  return 40665
end