Class: Quickfix::PaymentScheduleFixingDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleFixingDateOffsetDayType

Returns a new instance of PaymentScheduleFixingDateOffsetDayType.



38434
38435
38436
38437
38438
38439
38440
# File 'lib/quickfix_fields.rb', line 38434

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