Class: Quickfix::LegPaymentStreamCompoundingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamCompoundingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingMethod
constructor
A new instance of LegPaymentStreamCompoundingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingMethod
Returns a new instance of LegPaymentStreamCompoundingMethod.
31037 31038 31039 31040 31041 31042 31043 |
# File 'lib/quickfix_fields.rb', line 31037 def initialize(data = nil) if( data == nil ) super(40288) else super(40288, data) end end |
Class Method Details
.field ⇒ Object
31034 31035 31036 |
# File 'lib/quickfix_fields.rb', line 31034 def LegPaymentStreamCompoundingMethod.field return 40288 end |