Class: Quickfix::PaymentScheduleFixingDayOfWeek

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleFixingDayOfWeek

Returns a new instance of PaymentScheduleFixingDayOfWeek.



44349
44350
44351
44352
44353
44354
44355
# File 'lib/quickfix_fields.rb', line 44349

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