Class: Quickfix::PaymentStreamInflationFallbackBondApplicable

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

Returns a new instance of PaymentStreamInflationFallbackBondApplicable.



37888
37889
37890
37891
37892
37893
37894
# File 'lib/quickfix_fields.rb', line 37888

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

Class Method Details

.fieldObject



37885
37886
37887
# File 'lib/quickfix_fields.rb', line 37885

def PaymentStreamInflationFallbackBondApplicable.field
	return 40815
end