Class: Quickfix::PaymentScheduleFixingDayCount

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



44518
44519
44520
44521
44522
44523
44524
# File 'lib/quickfix_fields.rb', line 44518

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

Class Method Details

.fieldObject



44515
44516
44517
# File 'lib/quickfix_fields.rb', line 44515

def PaymentScheduleFixingDayCount.field
  return 41175
end