Class: Quickfix::PaymentStreamInflationFallbackBondApplicable
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PaymentStreamInflationFallbackBondApplicable
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamInflationFallbackBondApplicable
constructor
A new instance of PaymentStreamInflationFallbackBondApplicable.
Methods inherited from BoolField
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
.field ⇒ Object
37885 37886 37887 |
# File 'lib/quickfix_fields.rb', line 37885 def PaymentStreamInflationFallbackBondApplicable.field return 40815 end |