Class: Quickfix::UnderlyingPaymentStreamFlatRateIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingPaymentStreamFlatRateIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFlatRateIndicator
constructor
A new instance of UnderlyingPaymentStreamFlatRateIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFlatRateIndicator
Returns a new instance of UnderlyingPaymentStreamFlatRateIndicator.
54944 54945 54946 54947 54948 54949 54950 |
# File 'lib/quickfix_fields.rb', line 54944 def initialize(data = nil) if( data == nil ) super(41897) else super(41897, data) end end |
Class Method Details
.field ⇒ Object
54941 54942 54943 |
# File 'lib/quickfix_fields.rb', line 54941 def .field return 41897 end |