Class: Quickfix::LegPaymentScheduleFixingDateOffsetUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateOffsetUnit

Returns a new instance of LegPaymentScheduleFixingDateOffsetUnit.



32519
32520
32521
32522
32523
32524
32525
# File 'lib/quickfix_fields.rb', line 32519

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

Class Method Details

.fieldObject



32516
32517
32518
# File 'lib/quickfix_fields.rb', line 32516

def LegPaymentScheduleFixingDateOffsetUnit.field
	return 40402
end