Class: Quickfix::UnderlyingPaymentScheduleFixingDayNumber

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

Returns a new instance of UnderlyingPaymentScheduleFixingDayNumber.



54723
54724
54725
54726
54727
54728
54729
# File 'lib/quickfix_fields.rb', line 54723

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

Class Method Details

.fieldObject



54720
54721
54722
# File 'lib/quickfix_fields.rb', line 54720

def UnderlyingPaymentScheduleFixingDayNumber.field
  return 41880
end