Class: Quickfix::NoLegPaymentScheduleFixingDays

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) ⇒ NoLegPaymentScheduleFixingDays

Returns a new instance of NoLegPaymentScheduleFixingDays.



49679
49680
49681
49682
49683
49684
49685
# File 'lib/quickfix_fields.rb', line 49679

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

Class Method Details

.fieldObject



49676
49677
49678
# File 'lib/quickfix_fields.rb', line 49676

def NoLegPaymentScheduleFixingDays.field
	return 41530
end