Class: Quickfix::LegPaymentStreamFlatRateIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegPaymentStreamFlatRateIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFlatRateIndicator
constructor
A new instance of LegPaymentStreamFlatRateIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFlatRateIndicator
Returns a new instance of LegPaymentStreamFlatRateIndicator.
49926 49927 49928 49929 49930 49931 49932 |
# File 'lib/quickfix_fields.rb', line 49926 def initialize(data = nil) if( data == nil ) super(41549) else super(41549, data) end end |
Class Method Details
.field ⇒ Object
49923 49924 49925 |
# File 'lib/quickfix_fields.rb', line 49923 def LegPaymentStreamFlatRateIndicator.field return 41549 end |