Class: Quickfix::LegPaymentStreamNegativeRateTreatment
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamNegativeRateTreatment
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamNegativeRateTreatment
constructor
A new instance of LegPaymentStreamNegativeRateTreatment.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamNegativeRateTreatment
Returns a new instance of LegPaymentStreamNegativeRateTreatment.
31830 31831 31832 31833 31834 31835 31836 |
# File 'lib/quickfix_fields.rb', line 31830 def initialize(data = nil) if( data == nil ) super(40349) else super(40349, data) end end |
Class Method Details
.field ⇒ Object
31827 31828 31829 |
# File 'lib/quickfix_fields.rb', line 31827 def LegPaymentStreamNegativeRateTreatment.field return 40349 end |