Class: Quickfix::PaymentScheduleFixingLagUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleFixingLagUnit

Returns a new instance of PaymentScheduleFixingLagUnit.



44544
44545
44546
44547
44548
44549
44550
# File 'lib/quickfix_fields.rb', line 44544

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