Class: Quickfix::UnderlyingPaymentStubIndex2Source
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndex2Source
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2Source
constructor
A new instance of UnderlyingPaymentStubIndex2Source.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2Source
Returns a new instance of UnderlyingPaymentStubIndex2Source.
36770 36771 36772 36773 36774 36775 36776 |
# File 'lib/quickfix_fields.rb', line 36770 def initialize(data = nil) if( data == nil ) super(40729) else super(40729, data) end end |
Class Method Details
.field ⇒ Object
36767 36768 36769 |
# File 'lib/quickfix_fields.rb', line 36767 def .field return 40729 end |