Class: Quickfix::PaymentScheduleFixingDayDistribution

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

Returns a new instance of PaymentScheduleFixingDayDistribution.



44505
44506
44507
44508
44509
44510
44511
# File 'lib/quickfix_fields.rb', line 44505

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

Class Method Details

.fieldObject



44502
44503
44504
# File 'lib/quickfix_fields.rb', line 44502

def PaymentScheduleFixingDayDistribution.field
  return 41174
end