Class: Quickfix::UnderlyingPaymentScheduleFixingDateOffsetDayType

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

Returns a new instance of UnderlyingPaymentScheduleFixingDateOffsetDayType.



36302
36303
36304
36305
36306
36307
36308
# File 'lib/quickfix_fields.rb', line 36302

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

Class Method Details

.fieldObject



36299
36300
36301
# File 'lib/quickfix_fields.rb', line 36299

def UnderlyingPaymentScheduleFixingDateOffsetDayType.field
  return 40693
end