Class: Quickfix::LegPaymentScheduleInterimExchangeDatesOffsetPeriod

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

Returns a new instance of LegPaymentScheduleInterimExchangeDatesOffsetPeriod.



32623
32624
32625
32626
32627
32628
32629
# File 'lib/quickfix_fields.rb', line 32623

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

Class Method Details

.fieldObject



32620
32621
32622
# File 'lib/quickfix_fields.rb', line 32620

def LegPaymentScheduleInterimExchangeDatesOffsetPeriod.field
	return 40410
end