Class: Quickfix::NoUnderlyingPaymentSchedules

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



35925
35926
35927
35928
35929
35930
35931
# File 'lib/quickfix_fields.rb', line 35925

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

Class Method Details

.fieldObject



35922
35923
35924
# File 'lib/quickfix_fields.rb', line 35922

def NoUnderlyingPaymentSchedules.field
  return 40664
end