Class: Quickfix::UnderlyingPaymentStubIndexSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndexSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexSource
constructor
A new instance of UnderlyingPaymentStubIndexSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexSource
Returns a new instance of UnderlyingPaymentStubIndexSource.
36588 36589 36590 36591 36592 36593 36594 |
# File 'lib/quickfix_fields.rb', line 36588 def initialize(data = nil) if( data == nil ) super(40715) else super(40715, data) end end |
Class Method Details
.field ⇒ Object
36585 36586 36587 |
# File 'lib/quickfix_fields.rb', line 36585 def .field return 40715 end |