Class: Quickfix::UnderlyingPaymentScheduleFixingDateRelativeTo

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

Returns a new instance of UnderlyingPaymentScheduleFixingDateRelativeTo.



36237
36238
36239
36240
36241
36242
36243
# File 'lib/quickfix_fields.rb', line 36237

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

Class Method Details

.fieldObject



36234
36235
36236
# File 'lib/quickfix_fields.rb', line 36234

def UnderlyingPaymentScheduleFixingDateRelativeTo.field
  return 40688
end