Class: Quickfix::UnderlyingPaymentScheduleFixingLagPeriod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingLagPeriod

Returns a new instance of UnderlyingPaymentScheduleFixingLagPeriod.



54892
54893
54894
54895
54896
54897
54898
# File 'lib/quickfix_fields.rb', line 54892

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