Class: Quickfix::UnderlyingPaymentScheduleType

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

Instance Method Summary collapse

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