Class: Quickfix::UnderlyingPaymentStreamInflationFallbackBondApplicable

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationFallbackBondApplicable

Returns a new instance of UnderlyingPaymentStreamInflationFallbackBondApplicable.



35691
35692
35693
35694
35695
35696
35697
# File 'lib/quickfix_fields.rb', line 35691

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

Class Method Details

.fieldObject



35688
35689
35690
# File 'lib/quickfix_fields.rb', line 35688

def UnderlyingPaymentStreamInflationFallbackBondApplicable.field
	return 40646
end