Class: Quickfix::NoUnderlyingPaymentScheduleInterimExchangeDateBusinessCenters

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

Returns a new instance of NoUnderlyingPaymentScheduleInterimExchangeDateBusinessCenters.



39825
39826
39827
39828
39829
39830
39831
# File 'lib/quickfix_fields.rb', line 39825

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

Class Method Details

.fieldObject



39822
39823
39824
# File 'lib/quickfix_fields.rb', line 39822

def NoUnderlyingPaymentScheduleInterimExchangeDateBusinessCenters.field
	return 40967
end