Class: Quickfix::LegPaymentScheduleFixingDayNumber

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



49705
49706
49707
49708
49709
49710
49711
# File 'lib/quickfix_fields.rb', line 49705

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

Class Method Details

.fieldObject



49702
49703
49704
# File 'lib/quickfix_fields.rb', line 49702

def LegPaymentScheduleFixingDayNumber.field
  return 41532
end