Class: Quickfix::LegPaymentScheduleFixingDateBusinessDayConvention

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleFixingDateBusinessDayConvention

Returns a new instance of LegPaymentScheduleFixingDateBusinessDayConvention.



32480
32481
32482
32483
32484
32485
32486
# File 'lib/quickfix_fields.rb', line 32480

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

Class Method Details

.fieldObject



32477
32478
32479
# File 'lib/quickfix_fields.rb', line 32477

def LegPaymentScheduleFixingDateBusinessDayConvention.field
	return 40399
end