Class: Quickfix::UnderlyingPaymentScheduleFixingDayDistribution

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

Returns a new instance of UnderlyingPaymentScheduleFixingDayDistribution.



54866
54867
54868
54869
54870
54871
54872
# File 'lib/quickfix_fields.rb', line 54866

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

Class Method Details

.fieldObject



54863
54864
54865
# File 'lib/quickfix_fields.rb', line 54863

def UnderlyingPaymentScheduleFixingDayDistribution.field
  return 41891
end