Class: Quickfix::LegPaymentScheduleFixingDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateOffsetDayType

Returns a new instance of LegPaymentScheduleFixingDateOffsetDayType.



32532
32533
32534
32535
32536
32537
32538
# File 'lib/quickfix_fields.rb', line 32532

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