Class: Quickfix::UnderlyingPaymentScheduleFixingDayCount

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

Returns a new instance of UnderlyingPaymentScheduleFixingDayCount.



54879
54880
54881
54882
54883
54884
54885
# File 'lib/quickfix_fields.rb', line 54879

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

Class Method Details

.fieldObject



54876
54877
54878
# File 'lib/quickfix_fields.rb', line 54876

def UnderlyingPaymentScheduleFixingDayCount.field
  return 41892
end