Class: Quickfix::NoPaymentSchedules

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

Returns a new instance of NoPaymentSchedules.



38057
38058
38059
38060
38061
38062
38063
# File 'lib/quickfix_fields.rb', line 38057

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

Class Method Details

.fieldObject



38054
38055
38056
# File 'lib/quickfix_fields.rb', line 38054

def NoPaymentSchedules.field
  return 40828
end