Class: Quickfix::UnderlyingPaymentStreamCompoundingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingMethod
constructor
A new instance of UnderlyingPaymentStreamCompoundingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingMethod
Returns a new instance of UnderlyingPaymentStreamCompoundingMethod.
34794 34795 34796 34797 34798 34799 34800 |
# File 'lib/quickfix_fields.rb', line 34794 def initialize(data = nil) if( data == nil ) super(40577) else super(40577, data) end end |
Class Method Details
.field ⇒ Object
34791 34792 34793 |
# File 'lib/quickfix_fields.rb', line 34791 def .field return 40577 end |